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 | 0e90be58e47fc9c1a2ed06d6b57ab1f2ca8bbdd1 (patch) | |
tree | c8ae613450f9c00106294c08618a25446fa6bd82 | |
parent | 186a78c8f4de91835b7f15b4ac2c7134bbd2530d (diff) | |
download | upstream-0e90be58e47fc9c1a2ed06d6b57ab1f2ca8bbdd1.tar.gz upstream-0e90be58e47fc9c1a2ed06d6b57ab1f2ca8bbdd1.tar.bz2 upstream-0e90be58e47fc9c1a2ed06d6b57ab1f2ca8bbdd1.zip |
[ar7] use wpad-mini instead of hostapd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33744 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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. |