summaryrefslogtreecommitdiffstats
path: root/package/gpioctl
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-03 20:28:10 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-03 20:28:10 +0000
commit66b7ecf8e0e324c1bd76eb873e128a98a68dd539 (patch)
treed5e82292716c3d80a459d15808dbff126cdc5485 /package/gpioctl
parent19910c310a0169c4bf3719c93844ef7402864803 (diff)
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 664564259..9576bb0ae 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