1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

this package should only be available for targets with generic gpio support, fixes #3132

SVN-Revision: 10564
This commit is contained in:
John Crispin 2008-03-07 15:31:29 +00:00
parent 1d951e0847
commit 43a3b5a53a

@ -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