summaryrefslogtreecommitdiffstats
path: root/target/linux/orion/Makefile
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
commit2aa0d2075698ac39ff0f7a2ed190ad796cfaac80 (patch)
treeeb36df7eb34508f7455f0fe54a200fae1ab3b16d /target/linux/orion/Makefile
parent39b2af1f5bff5fdf5ab37844d7b575b9deafe2cc (diff)
downloadmaster-31e0f0ae-2aa0d2075698ac39ff0f7a2ed190ad796cfaac80.tar.gz
master-31e0f0ae-2aa0d2075698ac39ff0f7a2ed190ad796cfaac80.tar.bz2
master-31e0f0ae-2aa0d2075698ac39ff0f7a2ed190ad796cfaac80.zip
replace the hostapd preselection with a wpad preselection to enable proper client mode support in the default images
SVN-Revision: 19293
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r--target/linux/orion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index f3a671ba7c..33224b35c8 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -18,6 +18,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:="uImage"
-DEFAULT_PACKAGES += kmod-ath9k hostapd-mini
+DEFAULT_PACKAGES += kmod-ath9k wpad-mini
$(eval $(call BuildTarget))