projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
omap24xx: Add 2.6.36 support
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
modules.mk
diff --git
a/target/linux/brcm63xx/modules.mk
b/target/linux/brcm63xx/modules.mk
index
bfef919
..
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
@@
-26,7
+26,7
@@
define KernelPackage/pcmcia-bcm63xx
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.021203 seconds
and
4
git commands to generate.