diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-13 21:27:45 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-13 21:27:45 +0000 |
commit | 5dd4154ec39fbcbd7a8900ae8839f20b1dcb324b (patch) | |
tree | 132a0308395894e58ddd8977fd294f480bb3baaf /openwrt/target/linux/package/Makefile | |
parent | 7a70a65ff1fe85aff976d7ada091dcafda9375f1 (diff) |
add madwifi driver to head
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1648 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r-- | openwrt/target/linux/package/Makefile | 1 |
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) |