From: Gabor Juhos Date: Thu, 19 Feb 2009 07:39:50 +0000 (+0000) Subject: add an alias board name for the Ubiquiti RouterStation X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=507e6e41409a32e04d9c2be1fa858ce89f4eb990;p=openwrt%2Fstaging%2Fflorian.git add an alias board name for the Ubiquiti RouterStation SVN-Revision: 14563 --- 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,