projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ramips] adds mach type for fonera20n
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
common
/
prom.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/common/prom.c
b/target/linux/ramips/files/arch/mips/ralink/common/prom.c
index
20b8d5f
..
587f161
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/common/prom.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/common/prom.c
@@
-41,6
+41,9
@@
static struct board_rec boards[] __initdata = {
}, {
.name = "WHR-G300N",
.mach_type = RAMIPS_MACH_WHR_G300N,
+ }, {
+ .name = "FONERA20N",
+ .mach_type = RAMIPS_MACH_FONERA20N,
}
};
This page took
0.021846 seconds
and
4
git commands to generate.