add switch drivers from trunk to whiterussian
authorFelix Fietkau <nbd@openwrt.org>
Wed, 11 Jan 2006 20:25:08 +0000 (20:25 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 11 Jan 2006 20:25:08 +0000 (20:25 +0000)
commit5055755ba1e73a53fe6c400751191842ea762cd2
tree02868eb55ae870f7a6c353c339f43f087cc61e1e
parentd07fbaf772bd4d5ba94610889e5e431cde41b02d
add switch drivers from trunk to whiterussian

SVN-Revision: 2921
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]