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)
commit08a5874446f0b21178a770cfe1b2745b0c996c52
treefad159c87916c32379b95fedc3dadd6e7c901537
parente91820df1584026a086c4089a5752c42b4c494e9
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]