1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ar71xx] create firmware image for the Ubiquiti LS-SR71 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14874 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2009-03-14 13:25:49 +00:00
parent f2b8e0d414
commit 4bd70fc262
2 changed files with 13 additions and 2 deletions

View File

@@ -57,6 +57,12 @@ fw_layout_t fw_layout_data[] = {
.kern_entry = 0x80060000,
.firmware_max_length= 0x00640000,
},
{
.name = "LS-SR71",
.kern_start = 0xbf030000,
.kern_entry = 0x80060000,
.firmware_max_length= 0x00640000,
},
{ .name = "",
},
};