kernel-snapshot: properly use our version in CONFIG_LOCALVERSION.
This commit is contained in:
parent
ada8513832
commit
b3f6a7641f
|
@ -58,9 +58,8 @@ do_configure() {
|
||||||
msg_normal "Defaulting to 'defconfig and allmodconfig'.\n"
|
msg_normal "Defaulting to 'defconfig and allmodconfig'.\n"
|
||||||
make ${makejobs} defconfig && make ${makejobs} allmodconfig
|
make ${makejobs} defconfig && make ${makejobs} allmodconfig
|
||||||
fi
|
fi
|
||||||
if [ -n "${revision}" ]; then
|
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
||||||
sed -i -e "s|\(LOCALVERSION\)=\"\"|\1=\"_${revision}\"|" .config
|
sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in New Issue