add an alias board name for the Ubiquiti RouterStation
SVN-Revision: 14563
This commit is contained in:
parent
2d672ef2f5
commit
507e6e4140
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ static struct board_rec boards[] __initdata = {
|
|||
}, {
|
||||
.name = "UBNT-RS",
|
||||
.mach_type = AR71XX_MACH_UBNT_RS,
|
||||
}, {
|
||||
.name = "Ubiquiti AR71xx-based board",
|
||||
.mach_type = AR71XX_MACH_UBNT_RS,
|
||||
}, {
|
||||
.name = "UBNT-LS-SR71",
|
||||
.mach_type = AR71XX_MACH_UBNT_LSSR71,
|
||||
|
|
Loading…
Reference in a new issue