diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-13 09:00:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-13 09:00:29 +0200 |
commit | c97578de6b283592265fd9132df7d878f6ec6530 (patch) | |
tree | fcb416a675dd47654ef744c4c1587dfaaca6301b /miscutils/conspy.c | |
parent | 8b141ebd456f6899133c53f0cf833c09a922a6cf (diff) | |
download | busybox-w32-c97578de6b283592265fd9132df7d878f6ec6530.tar.gz busybox-w32-c97578de6b283592265fd9132df7d878f6ec6530.tar.bz2 busybox-w32-c97578de6b283592265fd9132df7d878f6ec6530.zip |
conspy,nandwrite,nanddump: enable in defconfig
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 433c3e829..c6ed91832 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | //config:config CONSPY | 17 | //config:config CONSPY |
18 | //config: bool "conspy" | 18 | //config: bool "conspy" |
19 | //config: default n | 19 | //config: default y |
20 | //config: select PLATFORM_LINUX | 20 | //config: select PLATFORM_LINUX |
21 | //config: help | 21 | //config: help |
22 | //config: A text-mode VNC like program for Linux virtual terminals. | 22 | //config: A text-mode VNC like program for Linux virtual terminals. |