From 41a0a93fde37161394733a91096b4b7aa2223e30 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Mon, 28 Feb 2022 13:53:55 +0100 Subject: [PATCH] readme (one more example for a bit of variety) --- README.md | 1 + build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8373d78..59ce408 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ OpenWRT's ImageBuilder only works on Linux x86_64. To build a firmware, issue th * `./build.sh ath79 generic tplink_tl-wr1043nd-v1` * `./build.sh ath79 generic tplink_archer-c6-v2` * `./build.sh ath79 generic tplink_tl-wdr4300-v1` +* `./build.sh bcm53xx generic dlink_dir-885l` Results will be under `build/openwrt-imagebuilder-${release}-${architecture}-${variant}.Linux-x86_64/bin/`. diff --git a/build.sh b/build.sh index 7beea7b..8f3730d 100755 --- a/build.sh +++ b/build.sh @@ -29,7 +29,7 @@ if [ -z ${TARGET_DEVICE} ]; then echo " e.g.: $0 ath79 generic tplink_tl-wr1043nd-v1" echo " $0 ath79 generic tplink_archer-c6-v2" echo " $0 ath79 generic tplink_tl-wdr4300-v1" - echo " $0 bcm53xx generic dlink-dir-885l" + echo " $0 bcm53xx generic dlink_dir-885l" echo " (this last one will not work without editing build.sh, details: https://github.com/attila-lendvai/openwrt-auto-extroot/pull/15#issuecomment-405847440)" echo " to get a list of supported devices issue a 'make info' in the OpenWRT image builder directory:" echo " '${IMGBUILDER_DIR}'"