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

git-svn-id: https://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]