summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-07-25 15:50:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-07-25 15:50:20 +0000
commit53402a64b3b23d1916db0fc310c0cb936ad42369 (patch)
tree446d008d438ab3ed3e8a5df264a3eb96aa5ee74f /package
parent4000de357e4b41f4978fe2344b3ff2073cc6c812 (diff)
downloadmaster-31e0f0ae-53402a64b3b23d1916db0fc310c0cb936ad42369.tar.gz
master-31e0f0ae-53402a64b3b23d1916db0fc310c0cb936ad42369.tar.bz2
master-31e0f0ae-53402a64b3b23d1916db0fc310c0cb936ad42369.zip
kmod-gpio-nxp74hc164 is not brcm63xx specific
SVN-Revision: 32857
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 570acaf1df..dc950988b1 100644
--- 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)