aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-01-23 17:21:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-01-23 17:21:18 +0000
commit9cc7c86126468ed02bdb1cc69218add00627c428 (patch)
tree50579884ea3bd4fa7209832a33071bf21f5887cd /target/linux/rb532
parent740137809cc1b7261582b92512b42ea388af7aee (diff)
downloadmaster-187ad058-9cc7c86126468ed02bdb1cc69218add00627c428.tar.gz
master-187ad058-9cc7c86126468ed02bdb1cc69218add00627c428.tar.bz2
master-187ad058-9cc7c86126468ed02bdb1cc69218add00627c428.zip
replace the hostapd preselection with a wpad preselection to enable proper client mode support in the default images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19293 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532')
-rw-r--r--target/linux/rb532/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile
index e6233463a5..10b2e7e15e 100644
--- a/target/linux/rb532/Makefile
+++ b/target/linux/rb532/Makefile
@@ -14,6 +14,6 @@ FEATURES:=jffs2 pci tgz
LINUX_VERSION:=2.6.30.10
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += hostapd-mini kmod-madwifi kmod-input-rb532
+DEFAULT_PACKAGES += wpad-mini kmod-madwifi kmod-input-rb532
$(eval $(call BuildTarget))