diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:46:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:46:32 +0000 |
commit | 31c324f451183bb02d81e26aabc30724b9172c67 (patch) | |
tree | b064ebe3f6fbce514b8077911ff10227347080bd /target/linux/ar7 | |
parent | c24df517369d88ab0e13b62150811524064d022f (diff) | |
download | upstream-31c324f451183bb02d81e26aabc30724b9172c67.tar.gz upstream-31c324f451183bb02d81e26aabc30724b9172c67.tar.bz2 upstream-31c324f451183bb02d81e26aabc30724b9172c67.zip |
use wpad-mini instead of hostapd
SVN-Revision: 33744
Diffstat (limited to 'target/linux/ar7')
-rw-r--r-- | target/linux/ar7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index a712d6d202..da3e252440 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -17,7 +17,7 @@ LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ - kmod-acx-mac80211 swconfig hostapd + kmod-acx-mac80211 swconfig wpad-mini define Target/Description Build firmware images for TI AR7 based routers. |