Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:wr841nd [2018/12/07 14:43] – darron | boards:wr841nd [2018/12/07 18:57] (current) – [OpenWRT LEDE] darron | ||
---|---|---|---|
Line 28: | Line 28: | ||
cp feeds.conf.default feeds.conf.default.orig | cp feeds.conf.default feeds.conf.default.orig | ||
echo " | echo " | ||
+ | echo " | ||
./ | ./ | ||
./ | ./ | ||
- | ./ | + | ./ |
+ | ./ | ||
./ | ./ | ||
</ | </ | ||
Line 91: | Line 93: | ||
< | < | ||
ls -1 bin/ | ls -1 bin/ | ||
+ | bin/ | ||
+ | bin/ | ||
</ | </ | ||
Line 96: | Line 100: | ||
< | < | ||
- | scp XXX root@192.168.1.1:/ | + | scp bin/ |
ssh root@192.168.1.1 | ssh root@192.168.1.1 | ||
- | sysupgrade -v /tmp/XXX | + | sysupgrade -v /tmp/lede-ar71xx-generic-tl-wr841-v8-squashfs-factory.bin |
</ | </ | ||
Line 105: | Line 109: | ||
< | < | ||
ssh root@192.168.1.1 | ssh root@192.168.1.1 | ||
+ | |||
+ | BusyBox v1.25.1 () built-in shell (ash) | ||
+ | |||
+ | | ||
+ | / /\ _ ___ ___ ___ | ||
+ | / | ||
+ | / DE / \ | |__| _|| |) | _| | ||
+ | / | ||
+ | | ||
+ | \ LE \ / ----------------------------------------------------------- | ||
+ | | ||
+ | \________\/ | ||
+ | |||
</ | </ | ||
Line 117: | Line 134: | ||
Copy the packages to the router' | Copy the packages to the router' | ||
< | < | ||
- | scp bin/ | + | scp bin/targets/ar71xx/generic/ |
- | scp bin/ar71xx/packages/base/ | + | scp bin/targets/ar71xx/generic/packages/ |
- | scp bin/ | + | scp bin/targets/ar71xx/generic/ |
</ | </ | ||
Then, on the router install the packages. | Then, on the router install the packages. | ||
< | < | ||
- | opkg install kmod-dnsresolver_4.1.15-1_ar71xx.ipk | + | opkg install kmod-dnsresolver_4.4.153-1_mips_24kc.ipk |
- | opkg install kmod-fs-nfs-common_4.1.15-1_ar71xx.ipk | + | opkg install kmod-fs-nfs-common_4.4.153-1_mips_24kc.ipk |
- | opkg install kmod-fs-nfs_4.1.15-1_ar71xx.ipk | + | opkg install kmod-fs-nfs_4.4.153-1_mips_24kc.ipk |
</ | </ | ||