projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: fix GMAC1 interface speed on the DB120 board
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
modules.mk
diff --git
a/target/linux/ixp4xx/modules.mk
b/target/linux/ixp4xx/modules.mk
index
c58881b
..
e088497
100644
(file)
--- a/
target/linux/ixp4xx/modules.mk
+++ b/
target/linux/ixp4xx/modules.mk
@@
-10,7
+10,7
@@
define KernelPackage/ata-ixp4xx-cf
TITLE:=IXP4XX Compact Flash support
DEPENDS:=@TARGET_ixp4xx
KCONFIG:=CONFIG_PATA_IXP4XX_CF
TITLE:=IXP4XX Compact Flash support
DEPENDS:=@TARGET_ixp4xx
KCONFIG:=CONFIG_PATA_IXP4XX_CF
- FILES:=$(LINUX_DIR)/drivers/ata/pata_ixp4xx_cf.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/ata/pata_ixp4xx_cf.
ko
AUTOLOAD:=$(call AutoLoad,41,pata_ixp4xx_cf,1)
$(call AddDepends/ata)
endef
AUTOLOAD:=$(call AutoLoad,41,pata_ixp4xx_cf,1)
$(call AddDepends/ata)
endef
@@
-29,7
+29,7
@@
define KernelPackage/ixp4xx-beeper
KCONFIG:= \
CONFIG_INPUT_MISC=y \
CONFIG_INPUT_IXP4XX_BEEPER
KCONFIG:= \
CONFIG_INPUT_MISC=y \
CONFIG_INPUT_IXP4XX_BEEPER
- FILES:=$(LINUX_DIR)/drivers/input/misc/ixp4xx-beeper.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/input/misc/ixp4xx-beeper.
ko
AUTOLOAD:=$(call AutoLoad,50,ixp4xx-beeper)
$(call AddDepends/input)
endef
AUTOLOAD:=$(call AutoLoad,50,ixp4xx-beeper)
$(call AddDepends/input)
endef
This page took
0.049027 seconds
and
4
git commands to generate.