1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 11:45:32 +02:00

Include madwifi by default in rb532 images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12287 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-12 13:18:26 +00:00
parent 4d62e59ed2
commit 441270778b

View File

@ -14,5 +14,6 @@ FEATURES:=jffs2 pci tgz
LINUX_VERSION:=2.6.23.17 LINUX_VERSION:=2.6.23.17
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += madwifi
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))