From 7a39ab9adc0254ca1db9802799ded3fb2f91a66a Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Sun, 29 Nov 2020 23:43:14 +0100 Subject: [PATCH] readme --- README.md | 15 +++++++-------- build.sh | 3 +++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9d609b5..205bdde 100644 --- a/README.md +++ b/README.md @@ -66,26 +66,25 @@ Once connected, you can read the log with `logread -f`. # 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 `CUSTOMIZE` for places of interest. 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, -but it's easy to extend it. - -## Tested with - -[OpenWRT 17.01.4](https://downloads.openwrt.org/releases/) -on a TP-Link WR-1043nd-v2. +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 +the leds, but it should still work without that. # Troubleshooting ## Which file should I flash? 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: diff --git a/build.sh b/build.sh index 9c5ef85..9d133de 100755 --- a/build.sh +++ b/build.sh @@ -19,6 +19,9 @@ IMGBUILDER_DIR="${BUILD}/${IMGBUILDER_NAME}" IMGBUILDER_ARCHIVE="${IMGBUILDER_NAME}.tar.xz" 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}" if [ -z ${TARGET_DEVICE} ]; then