projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d672ef
)
add an alias board name for the Ubiquiti RouterStation
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 19 Feb 2009 07:39:50 +0000
(07:39 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 19 Feb 2009 07:39:50 +0000
(07:39 +0000)
SVN-Revision: 14563
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
index 0116d0f5c5adf687d66b54c40a2c13f828d6a3ff..fd0c17f7293295747aff24b388144d89c9944168 100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
+++ b/
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
@@
-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,