add madwifi driver to head
[openwrt.git] / openwrt / target / linux / package / Makefile
index d1fc25d..4b8d068 100644 (file)
@@ -2,10 +2,17 @@
 include $(TOPDIR)/rules.mk
 
 package-$(BR2_PACKAGE_KMOD_FUSE) += fuse
+package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo
 package-$(BR2_PACKAGE_KMOD_SHFS) += shfs
 package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan
+package-$(BR2_PACKAGE_KMOD_MADWIFI) += madwifi
+package-y += openwrt
+
+ifeq ($(BOARD),brcm)
 ifeq ($(LINUX_VERSION),2.4.30)
 package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat
+wlcompat-compile: openwrt-compile
+endif
 endif
 
 all: compile install
This page took 0.022459 seconds and 4 git commands to generate.