Author: nbd Date: 2015-11-07 17:22:18 +0100 (Sat, 07 Nov 2015) New Revision: 47413
Modified: trunk/toolchain/kernel-headers/Makefile Log: toolchain: remove obsolete kernel version check Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/kernel-headers/Makefile =================================================================== --- trunk/toolchain/kernel-headers/Makefile 2015-11-07 16:22:08 UTC (rev 47412) +++ trunk/toolchain/kernel-headers/Makefile 2015-11-07 16:22:18 UTC (rev 47413) @@ -57,7 +57,7 @@ $(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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
