projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4000de3
)
kmod-gpio-nxp74hc164 is not brcm63xx specific
author
Florian Fainelli
<florian@openwrt.org>
Wed, 25 Jul 2012 15:50:20 +0000
(15:50 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 25 Jul 2012 15:50:20 +0000
(15:50 +0000)
SVN-Revision: 32857
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 570acaf1df4c0ac7e251357e55f0de5801f1e244..dc950988b1448ec54c705bbfe7a2eeedb4a21d11 100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-135,7
+135,6
@@
$(eval $(call KernelPackage,gpio-dev))
define KernelPackage/gpio-nxp-74hc164
SUBMENU:=$(OTHER_MENU)
TITLE:=NXP 74HC164 GPIO expander support
- DEPENDS:=@TARGET_brcm63xx
KCONFIG:=CONFIG_GPIO_NXP_74HC164
FILES:=$(LINUX_DIR)/drivers/gpio/nxp_74hc164.ko
AUTOLOAD:=$(call AutoLoad,99,nxp_74hc164)