Revert "update.sh: Remove superflous KVER variable"

the "xxxKVERxxx" placeholder is replaced by the buildsystem with the current build kernel
version. KVER is used a few lines later to build the arm initrd so this is needed.

This reverts commit bef1bf4526.
This commit is contained in:
Arne Fitzenreiter
2023-11-23 07:06:36 +01:00
parent bef1bf4526
commit 4bc2da437c

View File

@@ -37,6 +37,8 @@ done
/etc/rc.d/init.d/unbound stop
/etc/rc.d/init.d/sshd stop
KVER="xxxKVERxxx"
# Backup uEnv.txt if exist
if [ -e /boot/uEnv.txt ]; then
cp -vf /boot/uEnv.txt /boot/uEnv.txt.org