From: John Crispin Date: Fri, 7 Mar 2008 15:31:29 +0000 (+0000) Subject: this package should only be available for targets with generic gpio support, fixes... X-Git-Tag: reboot~26960 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=43a3b5a53a2bfc236c6af81fa3e18b4396e0b6cd;p=openwrt%2Fstaging%2Fchunkeey.git this package should only be available for targets with generic gpio support, fixes #3132 SVN-Revision: 10564 --- 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