Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:wr941nd [2015/10/05 09:52] – [OpenWRT] darron | boards:wr941nd [2018/12/04 12:45] (current) – darron | ||
---|---|---|---|
Line 4: | Line 4: | ||
</ | </ | ||
- | === OpenWRT === | + | === OpenWRT |
- | Check-out | + | ==Check-out |
< | < | ||
mkdir -p / | mkdir -p / | ||
cd / | cd / | ||
- | git clone git://git.openwrt.org/ | + | git clone git://github.com/openwrt/ |
- | chown -R nobody: | + | cd / |
- | cd / | + | git checkout v17.01.6 |
- | /bin/su nobody | + | </code> |
+ | |||
+ | ==Set up standard feeds== | ||
+ | < | ||
./ | ./ | ||
</ | </ | ||
- | Configure | + | ==Configure== |
< | < | ||
make menuconfig | make menuconfig | ||
+ | |||
| | ||
- | | + | |
| | ||
</ | </ | ||
- | Build | + | ==Build== |
+ | This can take half an hour. | ||
+ | < | ||
+ | chown -R nobody / | ||
+ | su nobody -c 'make V=s -j 4' | ||
+ | </ | ||
+ | |||
+ | ==Inspect== | ||
+ | < | ||
+ | ls -1 bin/ | ||
+ | bin/ | ||
+ | bin/ | ||
+ | </ | ||
+ | |||
+ | ==Install== | ||
+ | < | ||
+ | scp bin/ | ||
+ | ssh root@192.168.1.1 | ||
+ | sysupgrade -v / | ||
+ | </ | ||
+ | |||
+ | ==Login== | ||
+ | < | ||
+ | ssh root@192.168.1.1 | ||
+ | |||
+ | BusyBox v1.25.1 () built-in shell (ash) | ||
+ | |||
+ | | ||
+ | / /\ _ ___ ___ ___ | ||
+ | / | ||
+ | / DE / \ | |__| _|| |) | _| | ||
+ | / | ||
+ | | ||
+ | \ LE \ / ----------------------------------------------------------- | ||
+ | | ||
+ | \________\/ | ||
+ | </ | ||
+ | |||
+ | ==Re-initialise (optional)== | ||
< | < | ||
- | make V=s | + | firstboot |
+ | reboot -f | ||
</ | </ | ||
=== Resources === | === Resources === | ||
- | [[http:// | + | [[https:// |
+ | [[https:// | ||
[[https:// | [[https:// |