From: Gabor Juhos Date: Fri, 26 Dec 2008 20:12:42 +0000 (+0000) Subject: add Ubiquiti board detection X-Git-Tag: v19.07.0-rc1~35575 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7abf10d6e6905af7c25f7dd23ed28dd2b7e574ff;p=openwrt%2Fstaging%2Fhauke.git add Ubiquiti board detection SVN-Revision: 13745 --- diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c index 1b7b3a750a..005d84acf9 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c +++ b/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, } };