X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3110d42c42a1c6c2caba43c6fe6c2d45d4ff69e4..0c3fc1dfb164c04c56b2c14df363021078b87a3f:/package/gpioctl/Makefile diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile index dd8f167a4..50c4d3c65 100644 --- a/package/gpioctl/Makefile +++ b/package/gpioctl/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -19,7 +18,7 @@ define Package/gpioctl SECTION:=utils CATEGORY:=Utilities TITLE:=Tool for controlling gpio pins - DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx||@TARGET_atheros||@TARGET_adm5120) + DEPENDS:=@GPIO_SUPPORT endef define Package/gpioctl/description