projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12f897
)
[ar71xx] add Ubiquiti board detection
author
Gabor Juhos
<juhosg@openwrt.org>
Fri, 26 Dec 2008 20:12:42 +0000
(20:12 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Fri, 26 Dec 2008 20:12:42 +0000
(20:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13745
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
1b7b3a7
..
005d84a
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
+++ b/
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
@@
-52,6
+52,12
@@
static struct board_rec boards[] __initdata = {
}, {
.name = "TEW-632BRP",
.mach_type = AR71XX_MACH_TEW_632BRP,
+ }, {
+ .name = "UBNT-RS",
+ .mach_type = AR71XX_MACH_UBNT_RS,
+ }, {
+ .name = "UBNT-LSX",
+ .mach_type = AR71XX_MACH_UBNT_LSX,
}
};