projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac5da19
)
Fix kernel version number when used with git repos
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 7 Dec 2014 17:41:13 +0000
(12:41 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 27 Dec 2014 03:26:26 +0000
(22:26 -0500)
stage2/pkg/kernel
patch
|
blob
|
history
diff --git
a/stage2/pkg/kernel
b/stage2/pkg/kernel
index
6e9fe24
..
d2e8fe1
100644
(file)
--- a/
stage2/pkg/kernel
+++ b/
stage2/pkg/kernel
@@
-30,7
+30,7
@@
make -j ${MAKEJOBS}
make -j ${MAKEJOBS} modules
make INSTALL_MOD_PATH=${ROOTDIR} modules_install
-KERNEL_VERSION=$(make -s kernel
version
)
+KERNEL_VERSION=$(make -s kernel
release
)
KERNEL_NAME=vmlinuz
cp -v arch/${ARCH}/boot/bzImage ${DEST}/${KERNEL_NAME}-${KERNEL_VERSION}