projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on the
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
arch
/
mips
/
ar71xx
/
prom.c
diff --git
a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
index
b0a51cf
..
283aff6
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
+++ b/
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
@@
-64,6
+64,9
@@
static struct board_rec boards[] __initdata = {
}, {
.name = "TEW-632BRP",
.mach_type = AR71XX_MACH_TEW_632BRP,
+ }, {
+ .name = "DIR-615-C1",
+ .mach_type = AR71XX_MACH_DIR_615_C1,
}, {
.name = "TL-WR741ND",
.mach_type = AR71XX_MACH_TL_WR741ND,
This page took
0.020507 seconds
and
4
git commands to generate.