readme
This commit is contained in:
parent
f9cdbd39ef
commit
7a39ab9adc
15
README.md
15
README.md
@ -66,26 +66,25 @@ Once connected, you can read the log with `logread -f`.
|
|||||||
|
|
||||||
# Status
|
# Status
|
||||||
|
|
||||||
This is more of a template than something standalone. You most
|
This is more of a template than something standalone, but I use it for
|
||||||
|
my home routers as is. You most
|
||||||
probably want to customize this script here and there; search for
|
probably want to customize this script here and there; search for
|
||||||
`CUSTOMIZE` for places of interest.
|
`CUSTOMIZE` for places of interest.
|
||||||
|
|
||||||
Most importantly, **set up a password and maybe an ssh key**.
|
Most importantly, **set up a password and maybe an ssh key**.
|
||||||
|
|
||||||
At the time of writing it only supports a few `ar71xx` routers out of the box,
|
At the time of writing it only supports a few `ar71xx` routers out of the box,
|
||||||
but it's easy to extend it.
|
but it's easy to extend it. Support for a new router entails looking up
|
||||||
|
some led names for setLedAttribute for the user feedback through the blinking of
|
||||||
## Tested with
|
the leds, but it should still work without that.
|
||||||
|
|
||||||
[OpenWRT 17.01.4](https://downloads.openwrt.org/releases/)
|
|
||||||
on a TP-Link WR-1043nd-v2.
|
|
||||||
|
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
## Which file should I flash?
|
## Which file should I flash?
|
||||||
|
|
||||||
You should consult the [OpenWRT documentation](https://wiki.openwrt.org/doc/howto/user.beginner).
|
You should consult the [OpenWRT documentation](https://wiki.openwrt.org/doc/howto/user.beginner).
|
||||||
The produced firmware files should be somewhere around ```build/openwrt-imagebuilder-17.01.4-ar71xx-generic.Linux-x86_64/bin/ar71xx```.
|
The produced firmware files should be somewhere around
|
||||||
|
```build/openwrt-imagebuilder-17.01.4-ar71xx-generic.Linux-x86_64/bin/ar71xx```.
|
||||||
|
|
||||||
In short:
|
In short:
|
||||||
|
|
||||||
|
3
build.sh
3
build.sh
@ -19,6 +19,9 @@ IMGBUILDER_DIR="${BUILD}/${IMGBUILDER_NAME}"
|
|||||||
IMGBUILDER_ARCHIVE="${IMGBUILDER_NAME}.tar.xz"
|
IMGBUILDER_ARCHIVE="${IMGBUILDER_NAME}.tar.xz"
|
||||||
|
|
||||||
IMGTEMPDIR="${BUILD}/image-extras"
|
IMGTEMPDIR="${BUILD}/image-extras"
|
||||||
|
# see this feature request:
|
||||||
|
# FS#1670 - consistent naming convention for the imagebuilder.tar.xz URL
|
||||||
|
# https://bugs.openwrt.org/index.php?do=details&task_id=1670
|
||||||
IMGBUILDERURL="https://downloads.openwrt.org/releases/${RELEASE}/targets/${TARGET_ARCHITECTURE}/${TARGET_VARIANT}/${IMGBUILDER_ARCHIVE}"
|
IMGBUILDERURL="https://downloads.openwrt.org/releases/${RELEASE}/targets/${TARGET_ARCHITECTURE}/${TARGET_VARIANT}/${IMGBUILDER_ARCHIVE}"
|
||||||
|
|
||||||
if [ -z ${TARGET_DEVICE} ]; then
|
if [ -z ${TARGET_DEVICE} ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user