readme (one more example for a bit of variety)

This commit is contained in:
Attila Lendvai 2022-02-28 13:53:55 +01:00
parent 3d02057bb6
commit 41a0a93fde
No known key found for this signature in database
GPG Key ID: FEFA9FE55CF6E3CD
2 changed files with 2 additions and 1 deletions

View File

@ -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_tl-wr1043nd-v1`
* `./build.sh ath79 generic tplink_archer-c6-v2` * `./build.sh ath79 generic tplink_archer-c6-v2`
* `./build.sh ath79 generic tplink_tl-wdr4300-v1` * `./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/`. Results will be under `build/openwrt-imagebuilder-${release}-${architecture}-${variant}.Linux-x86_64/bin/`.

View File

@ -29,7 +29,7 @@ if [ -z ${TARGET_DEVICE} ]; then
echo " e.g.: $0 ath79 generic tplink_tl-wr1043nd-v1" echo " e.g.: $0 ath79 generic tplink_tl-wr1043nd-v1"
echo " $0 ath79 generic tplink_archer-c6-v2" echo " $0 ath79 generic tplink_archer-c6-v2"
echo " $0 ath79 generic tplink_tl-wdr4300-v1" 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 " (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 " to get a list of supported devices issue a 'make info' in the OpenWRT image builder directory:"
echo " '${IMGBUILDER_DIR}'" echo " '${IMGBUILDER_DIR}'"