first try to integrate nbds great new switch drivers for 2.4/2.6 with full vlan suppo...
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Sun, 25 Dec 2005 14:18:55 +0000 (14:18 +0000)
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Sun, 25 Dec 2005 14:18:55 +0000 (14:18 +0000)
commit6f5df24ba279a82258b1b41649fee6786a85bde0
tree38d2e6fe4d6e5dda5d3d514bedd9c2f38ef610ed
parentdb5ef21fd15fd55d90d697a205961a087417fc89
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
12 files changed:
openwrt/target/linux/package/Config.in
openwrt/target/linux/package/Makefile
openwrt/target/linux/package/switch/Config.in [new file with mode: 0644]
openwrt/target/linux/package/switch/Makefile [new file with mode: 0644]
openwrt/target/linux/package/switch/ipkg/kmod-switch.control [new file with mode: 0644]
openwrt/target/linux/package/switch/src/Makefile [new file with mode: 0644]
openwrt/target/linux/package/switch/src/etc53xx.h [new file with mode: 0644]
openwrt/target/linux/package/switch/src/gpio.h [new file with mode: 0644]
openwrt/target/linux/package/switch/src/switch-adm.c [new file with mode: 0644]
openwrt/target/linux/package/switch/src/switch-core.c [new file with mode: 0644]
openwrt/target/linux/package/switch/src/switch-core.h [new file with mode: 0644]
openwrt/target/linux/package/switch/src/switch-robo.c [new file with mode: 0644]