1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

gpioctl: Allow build on bcm47xx

SVN-Revision: 10604
This commit is contained in:
Michael Büsch 2008-03-15 20:00:30 +00:00
parent 4769134ec3
commit c8ffd446c9

@ -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