diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-06 11:44:30 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-06 11:44:30 +0000 |
commit | 12bcfa09ee0f5658cf41195f357449ea0b9a68e3 (patch) | |
tree | 3dc74d7b1c26a59c3d40c881d1a01fb72279843e /package/lrzsz/Config.in | |
parent | 3c66953ce2cb0ee79ebef8e6ad6b724a9e809ea5 (diff) |
Added lrzsz, thanks to Mad Martin !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2843 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lrzsz/Config.in')
-rw-r--r-- | package/lrzsz/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/lrzsz/Config.in b/package/lrzsz/Config.in new file mode 100644 index 0000000000..5398990946 --- /dev/null +++ b/package/lrzsz/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LRZSZ + prompt "lrsz.............................. X,Y and Z-modem protocols" + tristate + default m if CONFIG_DEVEL + help + Transfer files in your login sessions. + Very leightweight ans straight forward. + You just need a terminal client that can do + either X, Y or Z-modem file transfers. + + http://www.ohse.de/uwe/software/lrzsz.html |