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:
4769134
)
gpioctl: Allow build on bcm47xx
author
Michael Büsch
<mb@bu3sch.de>
Sat, 15 Mar 2008 20:00:30 +0000
(20:00 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sat, 15 Mar 2008 20:00:30 +0000
(20:00 +0000)
SVN-Revision: 10604
package/gpioctl/Makefile
patch
|
blob
|
history
diff --git
a/package/gpioctl/Makefile
b/package/gpioctl/Makefile
index b002ea58ac0018e1289bb495dba42e33936fa3a1..664564259a088ecabcfc47dfcdc77c28ffac1d7c 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
+ DEPENDS:=@LINUX_2_6
&&(@TARGET_ixp4xx||@TARGET_brcm47xx)
endef
define Package/gpioctl/description