From 303d6ffd98c5367a8d470e589396f1c1ee45a83f Mon Sep 17 00:00:00 2001 From: mb Date: Sat, 15 Mar 2008 20:00:30 +0000 Subject: [PATCH] gpioctl: Allow build on bcm47xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10604 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/gpioctl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.35.1