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
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ static const struct fw_region regions[] = {
|
||||||
/* Default region (universal) uses code 0 as well */
|
/* Default region (universal) uses code 0 as well */
|
||||||
{"US", 1},
|
{"US", 1},
|
||||||
{"EU", 0},
|
{"EU", 0},
|
||||||
|
{"BR", 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct fw_region * find_region(const char *country) {
|
static const struct fw_region * find_region(const char *country) {
|
||||||
|
|
Loading…
Reference in a new issue