add new switch configuration api
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Oct 2008 20:44:53 +0000 (20:44 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Oct 2008 20:44:53 +0000 (20:44 +0000)
commita662d5b130a558956875dbe259c551b632abb0f4
treefad159c87916c32379b95fedc3dadd6e7c901537
parent9d53aabe66be627b5a90b670933cce149d49612a
add new switch configuration api

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13009 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]