mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
firmware-utils: mktplinkfw: add support for BR region code
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
This commit is contained in:
parent
1044723ec9
commit
3083cc6acf
@ -170,6 +170,7 @@ static const struct fw_region regions[] = {
|
||||
/* Default region (universal) uses code 0 as well */
|
||||
{"US", 1},
|
||||
{"EU", 0},
|
||||
{"BR", 0},
|
||||
};
|
||||
|
||||
static const struct fw_region * find_region(const char *country) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user