projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] tune rtl8366s default config, make vlan 1 cpu port tagged and use eth0.1...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
modules.mk
diff --git
a/target/linux/brcm63xx/modules.mk
b/target/linux/brcm63xx/modules.mk
index
e588fe9
..
845fb64
100644
(file)
--- a/
target/linux/brcm63xx/modules.mk
+++ b/
target/linux/brcm63xx/modules.mk
@@
-10,7
+10,7
@@
define KernelPackage/bcm63xx-spi
TITLE:=Broadcom BCM63xx SPI driver
DEPENDS:=@TARGET_brcm63xx +kmod-spi-bitbang
KCONFIG:=CONFIG_SPI_BCM63XX
TITLE:=Broadcom BCM63xx SPI driver
DEPENDS:=@TARGET_brcm63xx +kmod-spi-bitbang
KCONFIG:=CONFIG_SPI_BCM63XX
- FILES:=$(LINUX_DIR)/drivers/spi/bcm63xx_spi.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/spi/bcm63xx_spi.
ko
AUTOLOAD:=$(call AutoLoad,92,bcm63xx_spi)
endef
AUTOLOAD:=$(call AutoLoad,92,bcm63xx_spi)
endef
@@
-22,11
+22,11
@@
$(eval $(call KernelPackage,bcm63xx-spi))
define KernelPackage/pcmcia-bcm63xx
define KernelPackage/pcmcia-bcm63xx
- SUBMENU:=$(
OTHER
_MENU)
+ SUBMENU:=$(
PCMCIA
_MENU)
TITLE:=Broadcom BCM63xx PCMCIA support
DEPENDS:=@TARGET_brcm63xx kmod-pcmcia-core
KCONFIG:=CONFIG_PCMCIA_BCM63XX
TITLE:=Broadcom BCM63xx PCMCIA support
DEPENDS:=@TARGET_brcm63xx kmod-pcmcia-core
KCONFIG:=CONFIG_PCMCIA_BCM63XX
- FILES:=$(LINUX_DIR)/drivers/pcmcia/bcm63xx_pcmcia.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/pcmcia/bcm63xx_pcmcia.
ko
AUTOLOAD:=$(call AutoLoad,41,bcm63xx_pcmcia)
endef
AUTOLOAD:=$(call AutoLoad,41,bcm63xx_pcmcia)
endef
This page took
0.024917 seconds
and
4
git commands to generate.