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/losetup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux/losetup.c') diff --git a/util-linux/losetup.c b/util-linux/losetup.c index ec0cf04..24f7a23 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c @@ -9,7 +9,6 @@ //config:config LOSETUP //config: bool "losetup (5.5 kb)" //config: default y -//config: select PLATFORM_LINUX //config: help //config: losetup is used to associate or detach a loop device with a regular //config: file or block device, and to query the status of a loop device. This -- cgit v1.1