aboutsummaryrefslogtreecommitdiffstats
path: root/package/gpioctl
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-03-07 15:31:29 +0000
committerJohn Crispin <john@openwrt.org>2008-03-07 15:31:29 +0000
commit43a3b5a53a2bfc236c6af81fa3e18b4396e0b6cd (patch)
tree0e44f5f09ef2794ec0f6ddb56ee2cd2c64b7f45a /package/gpioctl
parent1d951e0847648be97d977527cc4eea697807a891 (diff)
downloadupstream-43a3b5a53a2bfc236c6af81fa3e18b4396e0b6cd.tar.gz
upstream-43a3b5a53a2bfc236c6af81fa3e18b4396e0b6cd.tar.bz2
upstream-43a3b5a53a2bfc236c6af81fa3e18b4396e0b6cd.zip
this package should only be available for targets with generic gpio support, fixes #3132
SVN-Revision: 10564
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 53f6112492..b002ea58ac 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
+ DEPENDS:=@LINUX_2_6 @TARGET_ixp4xx
endef
define Package/gpioctl/description