projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: remove unused kernel versions, 2.6.36 should be the next target
[openwrt.git]
/
target
/
linux
/
rb532
/
modules.mk
diff --git
a/target/linux/rb532/modules.mk
b/target/linux/rb532/modules.mk
index
c7ba62f
..
0cbbdab
100644
(file)
--- a/
target/linux/rb532/modules.mk
+++ b/
target/linux/rb532/modules.mk
@@
-13,8
+13,8
@@
define KernelPackage/ata-rb532-cf
CONFIG_PATA_PLATFORM \
CONFIG_PATA_RB532
FILES:=\
CONFIG_PATA_PLATFORM \
CONFIG_PATA_RB532
FILES:=\
- $(LINUX_DIR)/drivers/ata/pata_platform.
$(LINUX_KMOD_SUFFIX)
\
- $(LINUX_DIR)/drivers/ata/pata_rb532_cf.
$(LINUX_KMOD_SUFFIX)
+ $(LINUX_DIR)/drivers/ata/pata_platform.
ko
\
+ $(LINUX_DIR)/drivers/ata/pata_rb532_cf.
ko
AUTOLOAD:=$(call AutoLoad,41,pata_platform pata_rb532_cf,1)
$(call AddDepends/ata)
endef
AUTOLOAD:=$(call AutoLoad,41,pata_platform pata_rb532_cf,1)
$(call AddDepends/ata)
endef
@@
-29,11
+29,11
@@
$(eval $(call KernelPackage,ata-rb532-cf))
define KernelPackage/input-rb532
SUBMENU:=$(OTHER_MENU)
TITLE:=RB532 button device support
define KernelPackage/input-rb532
SUBMENU:=$(OTHER_MENU)
TITLE:=RB532 button device support
- DEPENDS:=@TARGET_rb532
+ DEPENDS:=@TARGET_rb532
+kmod-input-polldev
KCONFIG:= \
CONFIG_INPUT_MISC=y \
CONFIG_INPUT_RB532_BUTTON
KCONFIG:= \
CONFIG_INPUT_MISC=y \
CONFIG_INPUT_RB532_BUTTON
- FILES:=$(LINUX_DIR)/drivers/input/misc/rb532_button.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/input/misc/rb532_button.
ko
AUTOLOAD:=$(call AutoLoad,62,rb532_button)
$(call AddDepends/input)
endef
AUTOLOAD:=$(call AutoLoad,62,rb532_button)
$(call AddDepends/input)
endef
This page took
0.026947 seconds
and
4
git commands to generate.