diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-19 07:39:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-19 07:39:50 +0000 |
commit | 507e6e41409a32e04d9c2be1fa858ce89f4eb990 (patch) | |
tree | 9a21208550ce5809e64b3751ad848995e81256c3 | |
parent | 2d672ef2f55b546eef6f16a7eee9ca8de87096f8 (diff) | |
download | upstream-507e6e41409a32e04d9c2be1fa858ce89f4eb990.tar.gz upstream-507e6e41409a32e04d9c2be1fa858ce89f4eb990.tar.bz2 upstream-507e6e41409a32e04d9c2be1fa858ce89f4eb990.zip |
add an alias board name for the Ubiquiti RouterStation
SVN-Revision: 14563
-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 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, }, { |