aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-13 21:27:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-13 21:27:45 +0000
commit0e764b85a383a392377558ba90833d6b40d2b49f (patch)
tree132a0308395894e58ddd8977fd294f480bb3baaf /openwrt/target/linux/package/Makefile
parent75fbcaf4339e45daafd7cb746dad1fec3212ff1d (diff)
downloadupstream-0e764b85a383a392377558ba90833d6b40d2b49f.tar.gz
upstream-0e764b85a383a392377558ba90833d6b40d2b49f.tar.bz2
upstream-0e764b85a383a392377558ba90833d6b40d2b49f.zip
add madwifi driver to head
SVN-Revision: 1648
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r--openwrt/target/linux/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile
index 43fbd60f22..4b8d068891 100644
--- a/openwrt/target/linux/package/Makefile
+++ b/openwrt/target/linux/package/Makefile
@@ -5,6 +5,7 @@ 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)