projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03663e9
)
fix KERNEL_PATCHVER, properly strip -rc* suffixes
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 23 Apr 2009 14:55:07 +0000
(14:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 23 Apr 2009 14:55:07 +0000
(14:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15353
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/kernel-version.mk
patch
|
blob
|
history
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
1463958
..
07c318d
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-45,5
+45,5
@@
split_version=$(subst ., ,$(1))
merge_version=$(subst $(space),.,$(1))
KERNEL_BASE=$(firstword $(subst -, ,$(LINUX_VERSION)))
KERNEL=$(call merge_version,$(wordlist 1,2,$(call split_version,$(KERNEL_BASE))))
-KERNEL_PATCHVER=$(call merge_version,$(wordlist 1,3,$(call split_version,$(
LINUX_VERSION
))))
+KERNEL_PATCHVER=$(call merge_version,$(wordlist 1,3,$(call split_version,$(
KERNEL_BASE
))))