aboutsummaryrefslogtreecommitdiffstats
path: root/package/gpioctl
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-04-03 20:28:10 +0000
committerJohn Crispin <blogic@openwrt.org>2008-04-03 20:28:10 +0000
commit6766d68c8526d03c8080f54a1348a2d0948f38c4 (patch)
treed5e82292716c3d80a459d15808dbff126cdc5485 /package/gpioctl
parente4ef075c565397307b3ae809bb901db017d3b046 (diff)
downloadupstream-6766d68c8526d03c8080f54a1348a2d0948f38c4.tar.gz
upstream-6766d68c8526d03c8080f54a1348a2d0948f38c4.tar.bz2
upstream-6766d68c8526d03c8080f54a1348a2d0948f38c4.zip
add gpio support to atheros, fixes #1861, thanks Othello
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10724 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gpioctl')
-rw-r--r--package/gpioctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile
index 664564259a..9576bb0ae4 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)
+ DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx||@TARGET_atheros)
endef
define Package/gpioctl/description