summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-03-15 20:00:30 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-03-15 20:00:30 +0000
commit303d6ffd98c5367a8d470e589396f1c1ee45a83f (patch)
tree69202f5f06216e8b4861dd026597f5f5d3d0229f /package
parent6ba4aff064aa5ed5d252ff136bd5f375f4db5fae (diff)
gpioctl: Allow build on bcm47xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/gpioctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile
index b002ea58a..664564259 100644
--- a/package/gpioctl/Makefile
+++ b/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