Browse Source

gpioctl: Allow build on bcm47xx

SVN-Revision: 10604
Michael Büsch 18 years ago
parent
commit
c8ffd446c9
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 @TARGET_ixp4xx
+  DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx)
 endef
 
 define Package/gpioctl/description