diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-25 14:18:55 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-25 14:18:55 +0000 |
| commit | b659ffeda93d20f7a34b45e7a67a7c64c250d682 (patch) | |
| tree | 54c8237804b69b159759a7c55715068181518c98 /openwrt/target/linux/package/Makefile | |
| parent | a5a4129e57d412938b7a9c2f6e0bf4863d3a48cc (diff) | |
| download | mtk-20170518-b659ffeda93d20f7a34b45e7a67a7c64c250d682.zip mtk-20170518-b659ffeda93d20f7a34b45e7a67a7c64c250d682.tar.gz mtk-20170518-b659ffeda93d20f7a34b45e7a67a7c64c250d682.tar.bz2 | |
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
SVN-Revision: 2776
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
| -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 2963a0b..6dc49d9 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/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) |
