diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-04-10 15:33:40 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-04-10 15:33:40 +0000 |
| commit | 52cab4b476e1a500fa25ed5095d4395b29ff112e (patch) | |
| tree | a45358b229bb5d8a66256e5f72847eae000afb4d | |
| parent | 6bb1c3246918d430a7c6cf10f9b31e92c8bdf76a (diff) | |
| download | upstream-52cab4b476e1a500fa25ed5095d4395b29ff112e.tar.gz upstream-52cab4b476e1a500fa25ed5095d4395b29ff112e.tar.bz2 upstream-52cab4b476e1a500fa25ed5095d4395b29ff112e.zip | |
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 0619e742543..09a50e76d82 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 |
