projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b962144
)
strace: remove old kernel version based version override
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 18 May 2012 19:04:01 +0000
(19:04 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 18 May 2012 19:04:01 +0000
(19:04 +0000)
SVN-Revision: 31800
utils/strace/Makefile
patch
|
blob
|
history
diff --git
a/utils/strace/Makefile
b/utils/strace/Makefile
index 35f714f259183ceb9168b60778baec76dcf8bbcd..3808e9e2f21811e1f6ae214b3e804753bf7da2a2 100644
(file)
--- a/
utils/strace/Makefile
+++ b/
utils/strace/Makefile
@@
-10,16
+10,9
@@
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=strace
-ifeq ($(CONFIG_LINUX_2_6_25),y)
- PKG_VERSION:=4.5.16
- PKG_RELEASE:=3
- PKG_MD5SUM:=77f66d09aa82981bb6d65fa19a2c1ba9
- PATCH_DIR:=patches-4.5.16
-else
- PKG_VERSION:=4.5.20
- PKG_RELEASE:=1
- PKG_MD5SUM:=64dfe10d9db0c1e34030891695ffca4b
-endif
+PKG_VERSION:=4.5.20
+PKG_RELEASE:=1
+PKG_MD5SUM:=64dfe10d9db0c1e34030891695ffca4b
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/$(PKG_NAME)