first try to integrate nbds great new switch drivers for 2.4/2.6 with full vlan suppo...
authorWaldemar Brodkorb <wbx@openwrt.org>
Sun, 25 Dec 2005 14:18:55 +0000 (14:18 +0000)
committerWaldemar Brodkorb <wbx@openwrt.org>
Sun, 25 Dec 2005 14:18:55 +0000 (14:18 +0000)
commit4eb74a3dc6a0de36850222e11c99358737b698e2
tree38d2e6fe4d6e5dda5d3d514bedd9c2f38ef610ed
parente4fb99e1544932ec783593adfc5ae72d9d8d11c5
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@2776 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]