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:
c3f3661
)
quote LINUX_VERSION to avoid shell errors at DUMP time
author
Nicolas Thill
<nico@openwrt.org>
Sun, 16 Sep 2007 14:08:23 +0000
(14:08 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 16 Sep 2007 14:08:23 +0000
(14:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8795
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
508cf99
..
b504f78
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-21,5
+21,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)
+KERNEL_PATCHVER=$(shell echo
'$(LINUX_VERSION)'
| cut -d. -f1,2,3 | cut -d- -f1)