firmware-utils: mktplinkfw: add support for BR region code
authorHenryk Heisig <hyniu@o2.pl>
Thu, 7 Dec 2017 20:28:28 +0000 (21:28 +0100)
committerJohn Crispin <john@phrozen.org>
Thu, 14 Dec 2017 08:29:30 +0000 (09:29 +0100)
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
tools/firmware-utils/src/mktplinkfw.c

index ef19e1052943174489bab55b851e26f90f24ca85..ab5fd6d58b1ebee0d39b3657307b55310c252fa6 100644 (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) {