X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fmodules.mk;h=43ec62430fbe17e9e9d030421177bfc2e01c29eb;hp=e48d298bf0fc00d95aab8cceefd4a2809941d685;hb=c6d089a8cd39c544c7875764310a39ba2db4673e;hpb=9e042eb08496abf284d0e98d8e7ba8f73d0b6b55 diff --git a/target/linux/brcm63xx/modules.mk b/target/linux/brcm63xx/modules.mk index e48d298bf0..43ec62430f 100644 --- a/target/linux/brcm63xx/modules.mk +++ b/target/linux/brcm63xx/modules.mk @@ -8,10 +8,10 @@ define KernelPackage/bcm63xx-spi SUBMENU:=$(SPI_MENU) TITLE:=Broadcom BCM63xx SPI driver - DEPENDS:=@TARGET_brcm63xx +kmod-spi-bitbang + DEPENDS:=@TARGET_brcm63xx KCONFIG:=CONFIG_SPI_BCM63XX - FILES:=$(LINUX_DIR)/drivers/spi/bcm63xx_spi.ko - AUTOLOAD:=$(call AutoLoad,92,bcm63xx_spi) + FILES:=$(LINUX_DIR)/drivers/spi/spi-bcm63xx.ko + AUTOLOAD:=$(call AutoLoad,92,spi-bcm63xx) endef define KernelPackage/bcm63xx-spi/description