this package should only be available for targets with generic gpio support, fixes #3132
SVN-Revision: 10564
This commit is contained in:
parent
1d951e0847
commit
43a3b5a53a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ define Package/gpioctl
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Tool for controlling gpio pins
|
TITLE:=Tool for controlling gpio pins
|
||||||
DEPENDS:=@LINUX_2_6
|
DEPENDS:=@LINUX_2_6 @TARGET_ixp4xx
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gpioctl/description
|
define Package/gpioctl/description
|
||||||
|
|
Loading…
Reference in a new issue