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 | 925763c949db1ab3466d08724789fd558f4ec162 (patch) | |
tree | bdea4e46e2b7c49140a6ed8f03a7950bb719f343 /target/linux/mpc85xx/profiles | |
parent | 6dca6d5903dd73e6a6dd9acb7fbea8f2fba4af6f (diff) | |
download | master-187ad058-925763c949db1ab3466d08724789fd558f4ec162.tar.gz master-187ad058-925763c949db1ab3466d08724789fd558f4ec162.tar.bz2 master-187ad058-925763c949db1ab3466d08724789fd558f4ec162.zip |
mpc85xx: fix typo in TP-Link WDR4900 profile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41229 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/profiles')
-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 |