store the default kernel version for our ports in a single place (target makefiles...
[openwrt.git] / include / kernel-build.mk
index 6643d46..6d9c9d9 100644 (file)
@@ -33,8 +33,8 @@ ifeq ($(DUMP),1)
 else
   all: compile
 endif
-KERNEL:=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION))))
 
+include $(INCLUDE_DIR)/kernel-version.mk
 include $(INCLUDE_DIR)/host.mk
 include $(INCLUDE_DIR)/kernel.mk
 
This page took 0.020738 seconds and 4 git commands to generate.