X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fspi.mk;fp=package%2Fkernel%2Fmodules%2Fspi.mk;h=416209825f57cbf1857d1718da3925561ec50465;hb=46f6a4f7137396915c4bf68294d2a3ac20fb952d;hp=fc7bce559ab0bd2ef57d8cc162859442842653b8;hpb=7f3e9f88b9eaacf5ef9c5117143f8da34907e85b;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/package/kernel/modules/spi.mk b/package/kernel/modules/spi.mk index fc7bce559a..416209825f 100644 --- a/package/kernel/modules/spi.mk +++ b/package/kernel/modules/spi.mk @@ -88,18 +88,3 @@ endef $(eval $(call KernelPackage,spi-dev)) - -define KernelPackage/spi-vsc7385 - SUBMENU:=$(SPI_MENU) - TITLE:=Vitesse VSC7385 ethernet switch driver - DEPENDS:=@TARGET_ar71xx - KCONFIG:=CONFIG_SPI_VSC7385 - FILES:=$(LINUX_DIR)/drivers/spi/spi-vsc7385.ko - AUTOLOAD:=$(call AutoLoad,93,spi-vsc7385) -endef - -define KernelPackage/spi-vsc7385/description - This package contains the SPI driver for the Vitesse VSC7385 ethernet switch. -endef - -$(eval $(call KernelPackage,spi-vsc7385))