From bef1bf4526e15379b2c308c938e05f83181d54e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 22 Nov 2023 21:52:59 +0000 Subject: [PATCH] update.sh: Remove superflous KVER variable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/182/update.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index db70446c35..4114c5f0f8 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -37,8 +37,6 @@ 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 -- 2.39.5