diff options
author | Denys Vlasenko | 2022-11-29 14:14:06 +0100 |
---|---|---|
committer | Denys Vlasenko | 2022-11-29 14:14:06 +0100 |
commit | 99476502f926fb6e5d61126c3b672f3f6f357d5d (patch) | |
tree | d8887c28536e559ed62c57f808f3407e439cf299 /console-tools | |
parent | 77216c368f3ae65c3a9fc504d28d3fadd46d6d8d (diff) | |
download | busybox-99476502f926fb6e5d61126c3b672f3f6f357d5d.zip busybox-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.gz |
Remove "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/loadfont.c | 1 | ||||
-rw-r--r-- | console-tools/openvt.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 3f36cab..81a0e6a 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c @@ -12,7 +12,6 @@ //config:config LOADFONT //config: bool "loadfont (5.2 kb)" //config: default y -//config: select PLATFORM_LINUX //config: help //config: This program loads a console font from standard input. //config: diff --git a/console-tools/openvt.c b/console-tools/openvt.c index 9e6cffe..db2f073 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -10,7 +10,6 @@ //config:config OPENVT //config: bool "openvt (7.2 kb)" //config: default y -//config: select PLATFORM_LINUX //config: help //config: This program is used to start a command on an unused //config: virtual terminal. |