mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user