diff options
| author | John Crispin | 2014-10-14 10:36:08 +0000 |
|---|---|---|
| committer | John Crispin | 2014-10-14 10:36:08 +0000 |
| commit | 1ea1ea4f95554adc07782476d4f037c1cfedb09c (patch) | |
| tree | eb99b4e2363eeeda4b080ec71ca8d57f8bd7223e | |
| parent | 14401cc4a45c70884e65764f410c9647d666b489 (diff) | |
| download | archive-1ea1ea4f95554adc07782476d4f037c1cfedb09c.tar.gz | |
mpc85xx: use wpad-mini in WDR4900 profile instead of wpad
This change makes the profile of WDR4900 more consistent with other router
specific profiles.
Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
SVN-Revision: 42898
| -rw-r--r-- | target/linux/mpc85xx/profiles/tp-link.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/profiles/tp-link.mk b/target/linux/mpc85xx/profiles/tp-link.mk index abab0f03eb..47ddacda0a 100644 --- a/target/linux/mpc85xx/profiles/tp-link.mk +++ b/target/linux/mpc85xx/profiles/tp-link.mk @@ -9,7 +9,7 @@ define Profile/TLWDR4900 NAME:=TP-Link TL-WDR4900 PACKAGES:=\ kmod-usb-core kmod-usb2 kmod-usb2-fsl \ - kmod-ath9k wpad + kmod-ath9k wpad-mini endef define Profile/TLWDR4900/Description |