diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-17 15:01:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-17 15:01:47 +0000 |
commit | 93742047af593c5733ebb43f3f285ecaf75a4100 (patch) | |
tree | 6e99a93626b69d0c57b582a8e67dd89faab1e399 | |
parent | d923104149d82332c0c457bb0a3eaa6d19d61fa9 (diff) | |
download | upstream-93742047af593c5733ebb43f3f285ecaf75a4100.tar.gz upstream-93742047af593c5733ebb43f3f285ecaf75a4100.tar.bz2 upstream-93742047af593c5733ebb43f3f285ecaf75a4100.zip |
mpc85xx: fix typo in TP-Link WDR4900 profile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41229
-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 57981d377c..abab0f03eb 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 kmod-wpad + kmod-ath9k wpad endef define Profile/TLWDR4900/Description |