]> git.enpas.org Git - openwrt.git/commit
first try to integrate nbds great new switch drivers for 2.4/2.6 with full vlan suppo...
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Dec 2005 14:18:55 +0000 (14:18 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Dec 2005 14:18:55 +0000 (14:18 +0000)
commitfa8fb4e7c3be746703fee0dd34285f462ba104ec
tree38d2e6fe4d6e5dda5d3d514bedd9c2f38ef610ed
parent4d747a7b6c5cf6f8415131a7e8b33a11c6788d5b
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]