diff options
author | Denys Vlasenko | 2011-02-26 22:24:08 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-02-26 22:24:08 +0100 |
commit | e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch) | |
tree | 0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /miscutils/conspy.c | |
parent | da4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff) | |
download | busybox-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.zip busybox-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.gz |
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/conspy.c')
-rw-r--r-- | miscutils/conspy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/conspy.c b/miscutils/conspy.c index 721eb6d..1fdb2fb 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c @@ -17,7 +17,7 @@ //config:config CONSPY //config: bool "conspy" //config: default n -//config: depends on PLATFORM_LINUX +//config: select PLATFORM_LINUX //config: help //config: A text-mode VNC like program for Linux virtual terminals. //config: example: conspy NUM shared access to console num |