From: juhosg Date: Fri, 26 Dec 2008 20:12:42 +0000 (+0000) Subject: [ar71xx] add Ubiquiti board detection X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=527ea6e86ae70390ad5f5ea8668df31b9e0759d3;p=openwrt-10.03%2F.git [ar71xx] add Ubiquiti board detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13745 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c index 1b7b3a750..005d84acf 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, } };