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
1 changed files with 1 additions and 1 deletions

View File

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