aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-08-25 14:50:17 +0000
committerNicolas Thill <nico@openwrt.org>2007-08-25 14:50:17 +0000
commit615a81cb65487f8a1d2285209aba5109abb8178a (patch)
tree274e982e37a7e58803c211b39683e201d6934556 /include/kernel-version.mk
parent655a446b17a93d7ba12c85bb4a29d160cd940c69 (diff)
downloadupstream-615a81cb65487f8a1d2285209aba5109abb8178a.tar.gz
upstream-615a81cb65487f8a1d2285209aba5109abb8178a.tar.bz2
upstream-615a81cb65487f8a1d2285209aba5109abb8178a.zip
move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is defined when dumping target infos
SVN-Revision: 8485
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r--include/kernel-version.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index f68fdea6f0..ee3486fdb1 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -23,4 +23,5 @@ endif
LINUX_KERNEL_MD5SUM?=x
KERNEL:=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION))))
+KERNEL_PATCHVER:=$(shell echo $(LINUX_VERSION) | cut -d. -f1,2,3 | cut -d- -f1)