summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-19 07:39:50 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-19 07:39:50 +0000
commit507e6e41409a32e04d9c2be1fa858ce89f4eb990 (patch)
tree9a21208550ce5809e64b3751ad848995e81256c3 /target
parent2d672ef2f55b546eef6f16a7eee9ca8de87096f8 (diff)
downloadmtk-20170518-507e6e41409a32e04d9c2be1fa858ce89f4eb990.zip
mtk-20170518-507e6e41409a32e04d9c2be1fa858ce89f4eb990.tar.gz
mtk-20170518-507e6e41409a32e04d9c2be1fa858ce89f4eb990.tar.bz2
add an alias board name for the Ubiquiti RouterStation
SVN-Revision: 14563
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/prom.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
index 0116d0f..fd0c17f 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,
}, {