[package] add a driver for the KS8995 ethernet switch, will be usable to control...
authorGabor Juhos <juhosg@openwrt.org>
Thu, 17 Apr 2008 09:59:09 +0000 (09:59 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 17 Apr 2008 09:59:09 +0000 (09:59 +0000)
commit63156f67238c993c81325244b69b0b3794b3d687
tree9f8f918b60ef6460b63538c872fd66f8e4a8d07e
parent2eacf37a83e1913aec1c1e84c55dccb49c9b6c15
[package] add a driver for the KS8995 ethernet switch, will be usable to control the switch on some boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10851 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/spi-ks8995/Makefile [new file with mode: 0644]
package/spi-ks8995/src/Kconfig [new file with mode: 0644]
package/spi-ks8995/src/Makefile [new file with mode: 0644]
package/spi-ks8995/src/spi_ks8995.c [new file with mode: 0644]