firmware-utils: mktplinkfw: add support for BR region code

Signed-off-by: Henryk Heisig <hyniu@o2.pl>
This commit is contained in:
Henryk Heisig 2017-12-07 21:28:28 +01:00 committed by John Crispin
parent 1044723ec9
commit 3083cc6acf
1 changed files with 1 additions and 0 deletions

View File

@ -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) {