diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-14 10:36:08 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-14 10:36:08 +0000 |
commit | 44c8289e3f7f1977e3ac1b482c5560efd005bc1c (patch) | |
tree | eb99b4e2363eeeda4b080ec71ca8d57f8bd7223e /target | |
parent | 5a3814ada5c5e3c739725f7aeb3cf781299823c6 (diff) | |
download | upstream-44c8289e3f7f1977e3ac1b482c5560efd005bc1c.tar.gz upstream-44c8289e3f7f1977e3ac1b482c5560efd005bc1c.tar.bz2 upstream-44c8289e3f7f1977e3ac1b482c5560efd005bc1c.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42898 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |