aboutsummaryrefslogtreecommitdiffstats
path: root/package/gpioctl
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2008-03-15 20:00:30 +0000
committerMichael Büsch <mb@bu3sch.de>2008-03-15 20:00:30 +0000
commit6c749c6d328f5380975584eb13aaa447707e2f9e (patch)
tree69202f5f06216e8b4861dd026597f5f5d3d0229f /package/gpioctl
parent897042bd39f286e29ca2775d49c0242d3ee38756 (diff)
downloadupstream-6c749c6d328f5380975584eb13aaa447707e2f9e.tar.gz
upstream-6c749c6d328f5380975584eb13aaa447707e2f9e.tar.bz2
upstream-6c749c6d328f5380975584eb13aaa447707e2f9e.zip
gpioctl: Allow build on bcm47xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gpioctl')
-rw-r--r--package/gpioctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile
index b002ea58ac..664564259a 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