summaryrefslogtreecommitdiffstats
path: root/network/linksys-tftp/README
diff options
context:
space:
mode:
author Richard Narron <richard@aaazen.com>2019-12-29 11:20:28 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-29 11:20:28 +0700
commitc5864ccde0498a33582aa7fe20619b9176bb9cad (patch)
treee5256fdb72c7b6f1c46e4cc2e9d935e42d0f9126 /network/linksys-tftp/README
parentbd1a7fd096cf42895510ebcd2b0c9411bd5e98cf (diff)
downloadslackbuilds-c5864ccde0498a33582aa7fe20619b9176bb9cad.tar.gz
slackbuilds-c5864ccde0498a33582aa7fe20619b9176bb9cad.tar.xz
network/linksys-tftp: Added (tftp client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/linksys-tftp/README')
-rw-r--r--network/linksys-tftp/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/network/linksys-tftp/README b/network/linksys-tftp/README
new file mode 100644
index 0000000000..d2132b7f01
--- /dev/null
+++ b/network/linksys-tftp/README
@@ -0,0 +1,19 @@
+Linksys-tftp is a BSD tftp client for the non-standard tftp
+authentication process used by some Linksys routers.
+
+These routers include the BEFW11, WRT54G and WRT54GL
+
+They all need a password for the tftp firmware file transfer to work.
+
+For example to upgrade a Linksys WRT54G router at 192.168.1.1 with
+tomato firmware, WRT54G_WRT54GL.bin, where the password is admin
+
+$linksys-wrt 192.168.1.1
+linksys-tftp>verbose
+linksys-tftp>binary
+linksys-tftp>blocksize 512
+linksys-tftp>rexmt 1
+linksys-tftp>timeout 30
+linksys-tftp>trace
+linksys-tftp>put WRT54G_WRT54GL.bin admin
+linksys-tftp>quit