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 | 2c7970f6e82518ec6ecc6590d92c4059f668b5a4 (patch) | |
tree | abf4d0e9680a4da0157c5d81d728038d85f88393 /target/linux/package | |
parent | f8acbea511ace2549f54f0278380bad873bc8dbf (diff) | |
download | upstream-2c7970f6e82518ec6ecc6590d92c4059f668b5a4.tar.gz upstream-2c7970f6e82518ec6ecc6590d92c4059f668b5a4.tar.bz2 upstream-2c7970f6e82518ec6ecc6590d92c4059f668b5a4.zip |
Removed SIP connection tracking helper, licence unclear, unresolved symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3292 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-rw-r--r-- | target/linux/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index 77a0583fdf..4a81f8e919 100644 --- a/target/linux/package/Makefile +++ b/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 |