aboutsummaryrefslogtreecommitdiffstats
path: root/package/gpioctl
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-04-17 17:34:04 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-04-17 17:34:04 +0000
commitd2409269032b2d639ee9c03d49601a3dd4ce9ad7 (patch)
tree1222988f655d213b62a7d56cb1ebf25528a30149 /package/gpioctl
parentfc717235d38f44875fd0b6ecdbb8d0f6863c8e58 (diff)
downloadupstream-d2409269032b2d639ee9c03d49601a3dd4ce9ad7.tar.gz
upstream-d2409269032b2d639ee9c03d49601a3dd4ce9ad7.tar.bz2
upstream-d2409269032b2d639ee9c03d49601a3dd4ce9ad7.zip
Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gpioctl')
-rw-r--r--package/gpioctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile
index 9576bb0ae4..dd8f167a45 100644
--- a/package/gpioctl/Makefile
+++ b/package/gpioctl/Makefile
@@ -19,7 +19,7 @@ define Package/gpioctl
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Tool for controlling gpio pins
- DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx||@TARGET_atheros)
+ DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx||@TARGET_atheros||@TARGET_adm5120)
endef
define Package/gpioctl/description