1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

add an alias board name for the Ubiquiti RouterStation

SVN-Revision: 14563
This commit is contained in:
Gabor Juhos 2009-02-19 07:39:50 +00:00
parent 2d672ef2f5
commit 507e6e4140

@ -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,