readme (one more example for a bit of variety)
This commit is contained in:
parent
3d02057bb6
commit
41a0a93fde
@ -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/`.
|
||||||
|
|
||||||
|
2
build.sh
2
build.sh
@ -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}'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user