Просмотр исходного кода

add Ubiquiti board detection

SVN-Revision: 13745
Gabor Juhos 17 лет назад
Родитель
Сommit
7abf10d6e6
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      target/linux/ar71xx/files/arch/mips/ar71xx/prom.c

+ 6 - 0
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c

@@ -52,6 +52,12 @@ static struct board_rec boards[] __initdata = {
 	}, {
 		.name		= "TEW-632BRP",
 		.mach_type	= AR71XX_MACH_TEW_632BRP,
+	}, {
+		.name		= "UBNT-RS",
+		.mach_type	= AR71XX_MACH_UBNT_RS,
+	}, {
+		.name		= "UBNT-LSX",
+		.mach_type	= AR71XX_MACH_UBNT_LSX,
 	}
 };