diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-11-29 14:14:06 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-11-29 14:14:06 +0100 |
commit | 99476502f926fb6e5d61126c3b672f3f6f357d5d (patch) | |
tree | d8887c28536e559ed62c57f808f3407e439cf299 /console-tools | |
parent | 77216c368f3ae65c3a9fc504d28d3fadd46d6d8d (diff) | |
download | busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.gz busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.bz2 busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.zip |
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 3f36cabe0..81a0e6aa8 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //config:config LOADFONT | 12 | //config:config LOADFONT |
13 | //config: bool "loadfont (5.2 kb)" | 13 | //config: bool "loadfont (5.2 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | ||
16 | //config: help | 15 | //config: help |
17 | //config: This program loads a console font from standard input. | 16 | //config: This program loads a console font from standard input. |
18 | //config: | 17 | //config: |
diff --git a/console-tools/openvt.c b/console-tools/openvt.c index 9e6cffecc..db2f073b2 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //config:config OPENVT | 10 | //config:config OPENVT |
11 | //config: bool "openvt (7.2 kb)" | 11 | //config: bool "openvt (7.2 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 13 | //config: help |
15 | //config: This program is used to start a command on an unused | 14 | //config: This program is used to start a command on an unused |
16 | //config: virtual terminal. | 15 | //config: virtual terminal. |