diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-19 07:39:50 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-19 07:39:50 +0000 |
commit | 57d520448e0039af7f16671656574355e885cd7e (patch) | |
tree | 3aca95451c31638f8e3a9141bba39c07055acf42 /target/linux/ar71xx/files/arch/mips | |
parent | cc9443e4a7091af6efa86094573a4bb203c7f909 (diff) |
[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
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/prom.c | 3 |
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 0116d0f5c..fd0c17f72 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, }, { |