projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c746495
)
uml also needs strace 4.5.18
author
Florian Fainelli
<florian@openwrt.org>
Sun, 9 Nov 2008 23:30:11 +0000
(23:30 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 9 Nov 2008 23:30:11 +0000
(23:30 +0000)
SVN-Revision: 13167
utils/strace/Makefile
patch
|
blob
|
history
diff --git
a/utils/strace/Makefile
b/utils/strace/Makefile
index e73a25290c318c2ca8de29e01b83d7b55d96c6ad..ed01403e6fe27ec2d2d51f701d48217ee24e9819 100644
(file)
--- a/
utils/strace/Makefile
+++ b/
utils/strace/Makefile
@@
-14,7
+14,15
@@
PKG_RELEASE:=2
ifneq ($(CONFIG_LINUX_2_6_27),y)
PKG_VERSION:=4.5.16
PKG_MD5SUM:=77f66d09aa82981bb6d65fa19a2c1ba9
-else
+endif
+
+ifeq ($(CONFIG_TARGET_uml),y)
+ PKG_VERSION:=4.5.18
+ PKG_MD5SUM:=e9449fcee97e6a8ed73934c883c870e0
+ PATCH_DIR:=./none
+endif
+
+ifeq ($(CONFIG_LINUX_2_6_27),y)
PKG_VERSION:=4.5.18
PKG_MD5SUM:=e9449fcee97e6a8ed73934c883c870e0
PATCH_DIR:=./none