projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d818e42
)
x86: fix kmod-gpio-pc8736x dependencies
author
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 19 Jul 2013 14:55:51 +0000
(14:55 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 19 Jul 2013 14:55:51 +0000
(14:55 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37447
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/x86/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/x86/modules.mk
b/target/linux/x86/modules.mk
index
f0d436c
..
f8cb3a7
100644
(file)
--- a/
target/linux/x86/modules.mk
+++ b/
target/linux/x86/modules.mk
@@
-122,7
+122,7
@@
$(eval $(call KernelPackage,gpio-nsc))
define KernelPackage/gpio-pc8736x
SUBMENU:=$(OTHER_MENU)
TITLE:=PC8736x GPIO support
- DEPENDS:=@TARGET_x86
+ DEPENDS:=@TARGET_x86
+kmod-gpio-nsc
KCONFIG:=CONFIG_PC8736x_GPIO
FILES:=$(LINUX_DIR)/drivers/char/pc8736x_gpio.ko
AUTOLOAD:=$(call AutoLoad,40,pc8736x_gpio)