Browse Source

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

SVN-Revision: 10564
John Crispin 18 years ago
parent
commit
43a3b5a53a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/gpioctl/Makefile

+ 1 - 1
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