mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 06:41:17 +00:00
firmware-utils: mkfwimage: add support for Ubiquiti XC devices
This commit adds support for Ubiquiti devices based on the XC board type, such as the PowerBeam 5AC 500. The factory binary structure is the same as the WA type. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
This commit is contained in:
parent
31b49f02ca
commit
0486641849
@ -137,6 +137,15 @@ struct fw_info fw_info[] = {
|
||||
},
|
||||
.sign = true,
|
||||
},
|
||||
{
|
||||
.name = "XC",
|
||||
.fw_layout = {
|
||||
.kern_start = 0x9f050000,
|
||||
.kern_entry = 0x80002000,
|
||||
.firmware_max_length= 0x00F60000,
|
||||
},
|
||||
.sign = true,
|
||||
},
|
||||
{
|
||||
.name = "ACB-ISP",
|
||||
.fw_layout = {
|
||||
|
Loading…
Reference in New Issue
Block a user