diff options
author | John Crispin <blogic@openwrt.org> | 2008-04-03 20:28:10 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-04-03 20:28:10 +0000 |
commit | 6766d68c8526d03c8080f54a1348a2d0948f38c4 (patch) | |
tree | d5e82292716c3d80a459d15808dbff126cdc5485 /package/gpioctl | |
parent | e4ef075c565397307b3ae809bb901db017d3b046 (diff) | |
download | upstream-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/Makefile | 2 |
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 |