aboutsummaryrefslogtreecommitdiffstats
path: root/package/gpioctl
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-03-07 15:31:29 +0000
committerJohn Crispin <blogic@openwrt.org>2008-03-07 15:31:29 +0000
commita09cd59988fbaa14cfceb2e7d877b4c923af7184 (patch)
tree9e2d449ff8b7d6e06e0d62a3006c73ba3e512bab /package/gpioctl
parent5cdc0a41a222a371225d0cc934efb13de21ecd6a (diff)
downloadupstream-a09cd59988fbaa14cfceb2e7d877b4c923af7184.tar.gz
upstream-a09cd59988fbaa14cfceb2e7d877b4c923af7184.tar.bz2
upstream-a09cd59988fbaa14cfceb2e7d877b4c923af7184.zip
this package should only be available for targets with generic gpio support, fixes #3132
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10564 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 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