gpioctl: Allow build on bcm47xx

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10604 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Michael Büsch 2008-03-15 20:00:30 +00:00
parent 897042bd39
commit 6c749c6d32
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ define Package/gpioctl
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=Tool for controlling gpio pins TITLE:=Tool for controlling gpio pins
DEPENDS:=@LINUX_2_6 @TARGET_ixp4xx DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx)
endef endef
define Package/gpioctl/description define Package/gpioctl/description