this package should only be available for targets with generic gpio support, fixes...
authorJohn Crispin <john@openwrt.org>
Fri, 7 Mar 2008 15:31:29 +0000 (15:31 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 7 Mar 2008 15:31:29 +0000 (15:31 +0000)
SVN-Revision: 10564

package/gpioctl/Makefile

index 53f6112492e6526699b08b58b6239ce4b3d6e6f8..b002ea58ac0018e1289bb495dba42e33936fa3a1 100644 (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