Browse Source

add an alias board name for the Ubiquiti RouterStation

SVN-Revision: 14563
Gabor Juhos 17 years ago
parent
commit
507e6e4140
1 changed files with 3 additions and 0 deletions
  1. 3 0
      target/linux/ar71xx/files/arch/mips/ar71xx/prom.c

+ 3 - 0
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,