diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-02 00:30:39 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-02 00:30:39 +0000 |
commit | 9ebf05f329939d07f030d22491393cf849c6516e (patch) | |
tree | 105d0456aae3170ba07a9dfd99c2a71edab8c6ee /package/gpioctl | |
parent | f1cd8d0324d071ab1e5c3be93a6eb910906025d6 (diff) |
more use of the new GPIO_SUPPORT option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10998 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 dd8f167a4..be684f11f 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 |