From 4a0688ed71532a3dd68907f5603177d970e4ec03 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 17 Oct 2020 11:15:32 +0200 Subject: base-files: remove block2mtd checks from sysupgrade This hasn't been used in a long time Signed-off-by: Felix Fietkau --- package/base-files/files/lib/upgrade/common.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/base-files') diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index c375b70742..2eb26ba44b 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -126,10 +126,6 @@ export_bootdevice() { if read cmdline < /proc/cmdline; then case "$cmdline" in - *block2mtd=*) - bootdisk="${cmdline##*block2mtd=}" - bootdisk="${bootdisk%%,*}" - ;; *root=*) rootpart="${cmdline##*root=}" rootpart="${rootpart%% *}" -- cgit v1.2.3