From: Arne Fitzenreiter Date: Thu, 23 Nov 2023 06:06:36 +0000 (+0100) Subject: Revert "update.sh: Remove superflous KVER variable" X-Git-Tag: v2.27-core182~16^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bc2da437cc3900338c926fea0d9cb28d52aefb0;p=ipfire-2.x.git 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 bef1bf4526e15379b2c308c938e05f83181d54e3. --- diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index 4114c5f0f8..db70446c35 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -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