]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Revert "update.sh: Remove superflous KVER variable"
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 23 Nov 2023 06:06:36 +0000 (07:06 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 23 Nov 2023 06:06:36 +0000 (07:06 +0100)
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.

config/rootfiles/core/182/update.sh

index 4114c5f0f8b3ef26c91e56209ecc6509e982a4a5..db70446c352f0c09aa1be6f0903f85c249218d9c 100644 (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