projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
353e330
)
Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)
author
Florian Fainelli
<florian@openwrt.org>
Thu, 17 Apr 2008 17:34:04 +0000
(17:34 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 17 Apr 2008 17:34:04 +0000
(17:34 +0000)
SVN-Revision: 10857
package/gpioctl/Makefile
patch
|
blob
|
history
diff --git
a/package/gpioctl/Makefile
b/package/gpioctl/Makefile
index 9576bb0ae42edee7b6996a6839576236a763e1e8..dd8f167a45056ee0318789c65ede81a06efd2052 100644
(file)
--- 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