summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-12 13:18:26 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-08-12 13:18:26 +0000
commit468c38a112e5189f71adbc54377790832241153d (patch)
tree5360c031974890dd4466c6b1377e4a1901521dd7 /target
parent8dc883b9769f0b8733cee949a1c2959c4542168c (diff)
downloadopenwrt-468c38a112e5189f71adbc54377790832241153d.tar.gz
openwrt-468c38a112e5189f71adbc54377790832241153d.tar.bz2
openwrt-468c38a112e5189f71adbc54377790832241153d.zip
Include madwifi by default in rb532 images
SVN-Revision: 12287
Diffstat (limited to 'target')
-rw-r--r--target/linux/rb532/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile
index 43ad5453b0..79bec5b7b7 100644
--- a/target/linux/rb532/Makefile
+++ b/target/linux/rb532/Makefile
@@ -14,5 +14,6 @@ FEATURES:=jffs2 pci tgz
LINUX_VERSION:=2.6.23.17
include $(INCLUDE_DIR)/target.mk
+DEFAULT_PACKAGES += madwifi
$(eval $(call BuildTarget))