diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-03-01 06:37:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-03-01 06:37:25 +0000 |
commit | 3b8e92c0b46c53628d6d8e5f8d896a8946dddd3d (patch) | |
tree | b32d743c46ed1d0092f398275ef9122eec962ec9 /openwrt/target/linux/package | |
parent | 45f64e34f3ce667523f07589d28afdf3962e27d7 (diff) | |
download | mtk-20170518-3b8e92c0b46c53628d6d8e5f8d896a8946dddd3d.zip mtk-20170518-3b8e92c0b46c53628d6d8e5f8d896a8946dddd3d.tar.gz mtk-20170518-3b8e92c0b46c53628d6d8e5f8d896a8946dddd3d.tar.bz2 |
Removed SIP connection tracking helper, licence unclear, unresolved symbols
SVN-Revision: 3292
Diffstat (limited to 'openwrt/target/linux/package')
-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 77a0583..4a81f8e 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -17,6 +17,7 @@ package-$(BR2_PACKAGE_KMOD_SWITCH) += switch package-$(BR2_PACKAGE_KMOD_UEAGLE_ATM) += ueagle-atm package-$(BR2_PACKAGE_KMOD_DIAG) += diag package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat +package-$(BR2_PACKAGE_KMOD_ZD1211) += zd1211 bcm43xx-dscape-compile: ieee80211-dscape-compile wlcompat-compile: base-files-compile |