diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-17 17:34:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-17 17:34:04 +0000 |
commit | b5ddac51df2c11adde9a46b1d92ffdf49fc6d797 (patch) | |
tree | 122a9365ac8b5be57d8b00b13d2a55f51cb411ca | |
parent | 353e3305a5dc538bec2d2692549233baaecc80b5 (diff) | |
download | upstream-b5ddac51df2c11adde9a46b1d92ffdf49fc6d797.tar.gz upstream-b5ddac51df2c11adde9a46b1d92ffdf49fc6d797.tar.bz2 upstream-b5ddac51df2c11adde9a46b1d92ffdf49fc6d797.zip |
Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)
SVN-Revision: 10857
-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 9576bb0ae4..dd8f167a45 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) + DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx||@TARGET_atheros||@TARGET_adm5120) endef define Package/gpioctl/description |