From c86cbc10c1d1a47805ff79d484023236f638847d Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 17 Jan 2009 21:02:24 +0000 Subject: [PATCH] [package] build strace 4.6.18 for kernels >= 2.6.28 git-svn-id: svn://svn.openwrt.org/openwrt/packages@14079 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/strace/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/strace/Makefile b/utils/strace/Makefile index ed01403e6..ca71c056b 100644 --- a/utils/strace/Makefile +++ b/utils/strace/Makefile @@ -22,7 +22,7 @@ ifeq ($(CONFIG_TARGET_uml),y) PATCH_DIR:=./none endif -ifeq ($(CONFIG_LINUX_2_6_27),y) +ifeq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),y) PKG_VERSION:=4.5.18 PKG_MD5SUM:=e9449fcee97e6a8ed73934c883c870e0 PATCH_DIR:=./none