Skip to content

Commit 4082b1d

Browse files
Ayush1325igorpecovnik
authored andcommitted
docs: Developer-Guide_Build-Switches: Fix wrong variable name
- It seems like ARMBIAN_MIRROR variable has been renamed to LOCAL_MIRROR [0] [0]: https://github.com/armbian/build/blob/bc6e97caa97a3581381473a060897740326e7cdc/lib/functions/rootfs/distro-specific.sh#L188 Signed-off-by: Ayush Singh <[email protected]>
1 parent 2a2733c commit 4082b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Developer-Guide_Build-Switches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Example:
362362
- `china`: use `mirrors.tuna.tsinghua.edu.cn`; it will be very fast thanks to Tsinghua University
363363
- `bfsu`: use `mirrors.bfsu.edu.cn`, the mirror of Beijing Foreign Studies University
364364
- leave empty to use official source
365-
- **ARMBIAN_MIRROR** (auto): override automated mirror selection, example 'ARMBIAN_MIRROR="<https://yourlocalmirror.com>"'
365+
- **LOCAL_MIRROR** (auto): override automated mirror selection, example 'LOCAL_MIRROR="<https://yourlocalmirror.com>"'
366366
- **MAINLINE_MIRROR** ( `google` | `tuna` | `bfsu` ): select mainline mirror of `linux-stable.git`
367367
- `google`: use the mirror provided by Google, the same as `USE_MAINLINE_GOOGLE_MIRROR=yes`
368368
- `tuna`: use the mirror provided by Tsinghua University

0 commit comments

Comments
 (0)