aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-07 16:22:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-07 16:22:18 +0000
commit091bf638b56a72266c19c77e16bd77c8f3f61c62 (patch)
tree1ec590e571af9c92a279e3c4793e21fd6125c1d2 /toolchain
parent0d3e8b9b52182686843532790f7376720f8d2328 (diff)
downloadmaster-187ad058-091bf638b56a72266c19c77e16bd77c8f3f61c62.tar.gz
master-187ad058-091bf638b56a72266c19c77e16bd77c8f3f61c62.tar.bz2
master-187ad058-091bf638b56a72266c19c77e16bd77c8f3f61c62.zip
toolchain: remove obsolete kernel version check
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/kernel-headers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/kernel-headers/Makefile b/toolchain/kernel-headers/Makefile
index 90f8eb1a3c..68c83a065e 100644
--- a/toolchain/kernel-headers/Makefile
+++ b/toolchain/kernel-headers/Makefile
@@ -57,7 +57,7 @@ ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
$(CP) \
$(HOST_BUILD_DIR)/arch/mips/include/asm/asm.h \
$(HOST_BUILD_DIR)/arch/mips/include/asm/regdef.h \
- $(if $(call kernel_patchver_ge,3.15.0),$(HOST_BUILD_DIR)/arch/mips/include/asm/asm-eva.h) \
+ $(HOST_BUILD_DIR)/arch/mips/include/asm/asm-eva.h \
$(BUILD_DIR_TOOLCHAIN)/linux-dev/include/asm/
endef
endif