aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-12-25 14:18:55 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-12-25 14:18:55 +0000
commit7be7370b2a86f047a3038a8c1278d5e810bb2b2b (patch)
treef40fe1840b9ca373e81296f3894dec990fbef66c /target/linux/package/Makefile
parent26f8c82772caec6f81a129cdab9e15e44777a42f (diff)
downloadupstream-7be7370b2a86f047a3038a8c1278d5e810bb2b2b.tar.gz
upstream-7be7370b2a86f047a3038a8c1278d5e810bb2b2b.tar.bz2
upstream-7be7370b2a86f047a3038a8c1278d5e810bb2b2b.zip
first try to integrate nbds great new switch drivers for 2.4/2.6 with full vlan support for Netgear and Linksys routers, robo and adm switch, tada
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2776 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/Makefile')
-rw-r--r--target/linux/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile
index 2963a0b95c3..6dc49d96aa7 100644
--- a/target/linux/package/Makefile
+++ b/target/linux/package/Makefile
@@ -11,6 +11,7 @@ package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo
package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan
package-$(BR2_PACKAGE_KMOD_SHFS) += shfs
package-$(BR2_PACKAGE_KMOD_SPCA5XX) += spca5xx
+package-$(BR2_PACKAGE_KMOD_SWITCH) += switch
package-y += base-files
ifeq ($(BOARD)-$(KERNEL),brcm-2.4)