diff options
author | John Crispin <john@openwrt.org> | 2014-10-14 10:30:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-14 10:30:56 +0000 |
commit | 28d57f707d09d0bd085f82d2bb4188ea3ee7a13c (patch) | |
tree | 3d629815dbfe01d183911d834a216a82f21e481d | |
parent | 5a03d0c931980cd2993c33d445c1bc28126f6481 (diff) | |
download | upstream-28d57f707d09d0bd085f82d2bb4188ea3ee7a13c.tar.gz upstream-28d57f707d09d0bd085f82d2bb4188ea3ee7a13c.tar.bz2 upstream-28d57f707d09d0bd085f82d2bb4188ea3ee7a13c.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>
SVN-Revision: 42896
-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 |