From: Gabor Juhos Date: Thu, 19 Feb 2009 07:39:50 +0000 (+0000) Subject: [ar71xx] add an alias board name for the Ubiquiti RouterStation X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=bc735485699eeaf13e7a1ece9cabbb81bec78a1b;p=15.05%2Fopenwrt.git [ar71xx] add an alias board name for the Ubiquiti RouterStation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14563 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 0116d0f5c5..fd0c17f729 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c @@ -56,6 +56,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, }, {