diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-05-02 00:30:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-05-02 00:30:39 +0000 |
commit | 11135c2a351d194e9f292768c93473dbae822572 (patch) | |
tree | 794692d4fe34734bc450d68f871ba6f6ee6729c9 /package/gpioctl | |
parent | f6f49c75a0ecb061ef419464a90a8a1836bf1e09 (diff) | |
download | upstream-11135c2a351d194e9f292768c93473dbae822572.tar.gz upstream-11135c2a351d194e9f292768c93473dbae822572.tar.bz2 upstream-11135c2a351d194e9f292768c93473dbae822572.zip |
more use of the new GPIO_SUPPORT option
SVN-Revision: 10998
Diffstat (limited to 'package/gpioctl')
-rw-r--r-- | package/gpioctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile index dd8f167a45..be684f11fa 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||@TARGET_brcm47xx||@TARGET_atheros||@TARGET_adm5120) + DEPENDS:=@GPIO_SUPPORT endef define Package/gpioctl/description |