Include madwifi by default in rb532 images
authorFlorian Fainelli <florian@openwrt.org>
Tue, 12 Aug 2008 13:18:26 +0000 (13:18 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 12 Aug 2008 13:18:26 +0000 (13:18 +0000)
SVN-Revision: 12287

target/linux/rb532/Makefile

index 43ad5453b07a3798d25dedee95081b4b10eeb3d3..79bec5b7b7fc3812ee5b45e75f5338ed2f4a4701 100644 (file)
@@ -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))