diff options
Diffstat (limited to 'miscutils/rx.c')
-rw-r--r-- | miscutils/rx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/rx.c b/miscutils/rx.c index 1f6f2825c..874a3f0a3 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c | |||
@@ -15,11 +15,11 @@ | |||
15 | * This was originally written for blob and then adapted for busybox. | 15 | * This was originally written for blob and then adapted for busybox. |
16 | */ | 16 | */ |
17 | //config:config RX | 17 | //config:config RX |
18 | //config: bool "rx" | 18 | //config: bool "rx (2.9 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: select PLATFORM_LINUX | 20 | //config: select PLATFORM_LINUX |
21 | //config: help | 21 | //config: help |
22 | //config: Receive files using the Xmodem protocol. | 22 | //config: Receive files using the Xmodem protocol. |
23 | 23 | ||
24 | //applet:IF_RX(APPLET(rx, BB_DIR_USR_BIN, BB_SUID_DROP)) | 24 | //applet:IF_RX(APPLET(rx, BB_DIR_USR_BIN, BB_SUID_DROP)) |
25 | 25 | ||