summaryrefslogtreecommitdiffstats
path: root/package/gpioctl/Makefile
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
commitb5ddac51df2c11adde9a46b1d92ffdf49fc6d797 (patch)
tree122a9365ac8b5be57d8b00b13d2a55f51cb411ca /package/gpioctl/Makefile
parent353e3305a5dc538bec2d2692549233baaecc80b5 (diff)
downloadmaster-31e0f0ae-b5ddac51df2c11adde9a46b1d92ffdf49fc6d797.tar.gz
master-31e0f0ae-b5ddac51df2c11adde9a46b1d92ffdf49fc6d797.tar.bz2
master-31e0f0ae-b5ddac51df2c11adde9a46b1d92ffdf49fc6d797.zip
Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)
SVN-Revision: 10857
Diffstat (limited to 'package/gpioctl/Makefile')
-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