From 507e6e41409a32e04d9c2be1fa858ce89f4eb990 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 19 Feb 2009 07:39:50 +0000
Subject: [PATCH] add an alias board name for the Ubiquiti RouterStation

SVN-Revision: 14563
---
 target/linux/ar71xx/files/arch/mips/ar71xx/prom.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
index 0116d0f5c5..fd0c17f729 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
+++ b/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,
-- 
2.30.2