aboutsummaryrefslogtreecommitdiff
path: root/miscutils/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/rx.c')
-rw-r--r--miscutils/rx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/rx.c b/miscutils/rx.c
index 1dffb593a..359ad5046 100644
--- a/miscutils/rx.c
+++ b/miscutils/rx.c
@@ -14,6 +14,12 @@
*
* This was originally written for blob and then adapted for busybox.
*/
+//config:config RX
+//config: bool "rx"
+//config: default y
+//config: select PLATFORM_LINUX
+//config: help
+//config: Receive files using the Xmodem protocol.
//usage:#define rx_trivial_usage
//usage: "FILE"