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/mdev.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux/mdev.c') diff --git a/util-linux/mdev.c b/util-linux/mdev.c index f6de7ad2a..ebdc0c254 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -10,7 +10,6 @@ //config:config MDEV //config: bool "mdev (17 kb)" //config: default y -//config: select PLATFORM_LINUX //config: help //config: mdev is a mini-udev implementation for dynamically creating device //config: nodes in the /dev directory. -- cgit v1.2.3-55-g6feb