aboutsummaryrefslogtreecommitdiffstats
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
commitbc735485699eeaf13e7a1ece9cabbb81bec78a1b (patch)
tree3aca95451c31638f8e3a9141bba39c07055acf42
parenta811c29ce98326b9ef9505bd9a8be37b4e48b787 (diff)
downloadupstream-bc735485699eeaf13e7a1ece9cabbb81bec78a1b.tar.gz
upstream-bc735485699eeaf13e7a1ece9cabbb81bec78a1b.tar.bz2
upstream-bc735485699eeaf13e7a1ece9cabbb81bec78a1b.zip
[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
-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 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,
}, {