aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/Makefile
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-01-02 05:12:46 +0000
committerAndy Boyett <agb@openwrt.org>2009-01-02 05:12:46 +0000
commit9f8c82da095869b7aadd6c95997ec9841eecee12 (patch)
treea1fe02e03aced1f09ab60c8d3d48859672946423 /target/linux/rb532/Makefile
parentcf8362db3c25850214e5be2b15e777359857d2a6 (diff)
downloadupstream-9f8c82da095869b7aadd6c95997ec9841eecee12.tar.gz
upstream-9f8c82da095869b7aadd6c95997ec9841eecee12.tar.bz2
upstream-9f8c82da095869b7aadd6c95997ec9841eecee12.zip
Add hostapd-mini to default images where applicable
SVN-Revision: 13819
Diffstat (limited to 'target/linux/rb532/Makefile')
-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 af5469e6fe..e35b81c7f1 100644
--- a/target/linux/rb532/Makefile
+++ b/target/linux/rb532/Makefile
@@ -14,6 +14,6 @@ FEATURES:=jffs2 pci tgz
LINUX_VERSION:=2.6.24.7
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += kmod-madwifi
+DEFAULT_PACKAGES += hostapd-mini kmod-madwifi
$(eval $(call BuildTarget))