diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-10 15:33:40 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-10 15:33:40 +0000 |
commit | b5d886dade07591079c5fab06d574e06530aee30 (patch) | |
tree | a45358b229bb5d8a66256e5f72847eae000afb4d | |
parent | eb02d4edeb5ed32bce920c27e8191109788aeae7 (diff) |
Restored madwifi compilation (disabled for some weird local hacks)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3607 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 0619e7425..09a50e76d 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -8,6 +8,7 @@ package-$(BR2_PACKAGE_KMOD_FUSE) += fuse package-$(BR2_PACKAGE_KMOD_HOSTAP) += hostap package-$(BR2_PACKAGE_KMOD_BCM43XX_STANDALONE) += bcm43xx-standalone package-$(BR2_PACKAGE_KMOD_IEEE80211_DSCAPE) += ieee80211-dscape +package-$(BR2_PACKAGE_KMOD_MADWIFI) += madwifi package-$(BR2_PACKAGE_KMOD_MADWIFI_OLD) += madwifi-old package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan |