aboutsummaryrefslogtreecommitdiffstats
path: root/package/gpioctl
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-04-03 20:28:10 +0000
committerJohn Crispin <john@openwrt.org>2008-04-03 20:28:10 +0000
commitb526f65bafe346836959d55fd2154300dbb366df (patch)
tree51719ab2ee15bbc699f9a09a94c3bbc609a313fb /package/gpioctl
parent54a5d8fb77864f912a827813030fbe605b5df85e (diff)
downloadupstream-b526f65bafe346836959d55fd2154300dbb366df.tar.gz
upstream-b526f65bafe346836959d55fd2154300dbb366df.tar.bz2
upstream-b526f65bafe346836959d55fd2154300dbb366df.zip
add gpio support to atheros, fixes #1861, thanks Othello
SVN-Revision: 10724
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