diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-25 15:50:20 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-25 15:50:20 +0000 |
commit | 541619d96e3fb73916dc57d7cf3b3cc1d0f8e67c (patch) | |
tree | 3187fdda24f8773b3abcb1120049b5474ea9a1fd /package/kernel | |
parent | c4d4dc6fafb7a073371cc53fe64b61d3181693b3 (diff) |
[package] kmod-gpio-nxp74hc164 is not brcm63xx specific
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 1 |
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) |