mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00: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…
Reference in New Issue
Block a user