From 99476502f926fb6e5d61126c3b672f3f6f357d5d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 29 Nov 2022 14:14:06 +0100 Subject: Remove "select PLATFORM_LINUX" Signed-off-by: Denys Vlasenko --- util-linux/switch_root.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux/switch_root.c') diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index f61002236..901c0b8db 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c @@ -9,7 +9,6 @@ //config:config SWITCH_ROOT //config: bool "switch_root (5.5 kb)" //config: default y -//config: select PLATFORM_LINUX //config: help //config: The switch_root utility is used from initramfs to select a new //config: root device. Under initramfs, you have to use this instead of -- cgit v1.2.3-55-g6feb