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/dmesg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux/dmesg.c') diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 5da887f0e..6670b84de 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -11,7 +11,6 @@ //config:config DMESG //config: bool "dmesg (3.7 kb)" //config: default y -//config: select PLATFORM_LINUX //config: help //config: dmesg is used to examine or control the kernel ring buffer. When the //config: Linux kernel prints messages to the system log, they are stored in -- cgit v1.2.3-55-g6feb