Minicom wants rz/rx/rb when asked to transfer a file.
Signed-off-by: Alexander Gordeev <[email protected]>
---
utils/lrzsz/Makefile | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/utils/lrzsz/Makefile b/utils/lrzsz/Makefile
index 6e93bad..640bb41 100644
--- a/utils/lrzsz/Makefile
+++ b/utils/lrzsz/Makefile
@@ -42,8 +42,14 @@ define Package/lrzsz/install
(cd $(1)/usr/bin; \
ln -fs lrz lrx; \
ln -fs lrz lrb; \
+ ln -fs lrz rz; \
+ ln -fs lrz rx; \
+ ln -fs lrz rb; \
ln -fs lsz lsx; \
ln -fs lsz lsb; \
+ ln -fs lsz sz; \
+ ln -fs lsz sx; \
+ ln -fs lsz sb; \
);
endef
--
1.7.5.4
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel