add new switch configuration api
authorFelix Fietkau <nbd@openwrt.org>
Sat, 18 Oct 2008 20:44:53 +0000 (20:44 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 18 Oct 2008 20:44:53 +0000 (20:44 +0000)
commit487c622ac0c37f3cd26add56df9081ea7caf3835
tree93a3d22cf39a79edfcdadb213520d920c871fdd1
parentfa6b45287347380c8aa1630930fdd47edb11cd86
add new switch configuration api

SVN-Revision: 13009
13 files changed:
package/swconfig/Makefile [new file with mode: 0644]
package/swconfig/src/Makefile [new file with mode: 0644]
package/swconfig/src/cli.c [new file with mode: 0644]
package/swconfig/src/swlib.c [new file with mode: 0644]
package/swconfig/src/swlib.h [new file with mode: 0644]
target/linux/generic-2.6/config-2.6.26
target/linux/generic-2.6/config-2.6.27
target/linux/generic-2.6/files-2.6.26/drivers/net/phy/swconfig.c [new file with mode: 0644]
target/linux/generic-2.6/files-2.6.26/include/linux/switch.h [new file with mode: 0644]
target/linux/generic-2.6/files-2.6.27/drivers/net/phy/swconfig.c [new file with mode: 0644]
target/linux/generic-2.6/files-2.6.27/include/linux/switch.h [new file with mode: 0644]
target/linux/generic-2.6/patches-2.6.26/650-swconfig.patch [new file with mode: 0644]
target/linux/generic-2.6/patches-2.6.27/650-swconfig.patch [new file with mode: 0644]