move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is defined when dumping target infos

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8485 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Nicolas Thill
2007-08-25 14:50:17 +00:00
parent 31779bc3ff
commit 6980fc88b7
2 changed files with 1 additions and 1 deletions

View File

@@ -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)