diff --git a/utils/strace/Makefile b/utils/strace/Makefile index 35f714f25..3808e9e2f 100644 --- 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)