1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-26 02:38:59 +02:00

[ar71xx] add an alias board name for the Ubiquiti RouterStation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14563 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-02-19 07:39:50 +00:00
parent cc9443e4a7
commit 57d520448e

View File

@ -55,6 +55,9 @@ static struct board_rec boards[] __initdata = {
}, { }, {
.name = "UBNT-RS", .name = "UBNT-RS",
.mach_type = AR71XX_MACH_UBNT_RS, .mach_type = AR71XX_MACH_UBNT_RS,
}, {
.name = "Ubiquiti AR71xx-based board",
.mach_type = AR71XX_MACH_UBNT_RS,
}, { }, {
.name = "UBNT-LS-SR71", .name = "UBNT-LS-SR71",
.mach_type = AR71XX_MACH_UBNT_LSSR71, .mach_type = AR71XX_MACH_UBNT_LSSR71,