add an alias board name for the Ubiquiti RouterStation

SVN-Revision: 14563
master
Gabor Juhos 16 years ago
parent 2d672ef2f5
commit 507e6e4140
  1. 3
      target/linux/ar71xx/files/arch/mips/ar71xx/prom.c

@ -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…
Cancel
Save