Include madwifi by default in rb532 images
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Aug 2008 13:18:26 +0000 (13:18 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Aug 2008 13:18:26 +0000 (13:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12287 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/rb532/Makefile

index 43ad545..79bec5b 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))