projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
x86/geos: redux of cs5535 version
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt305x
/
mach-dir-300-revb.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
index
d1c015f
..
7aed11d
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
@@
-51,7
+51,7
@@
static struct mtd_partition dir_300b_partitions[] = {
}, {
.name = "kernel",
.offset = 0x050000,
}, {
.name = "kernel",
.offset = 0x050000,
- .size = 0x0
9
0000,
+ .size = 0x0
f
0000,
}, {
.name = "rootfs",
.offset = 0x140000,
}, {
.name = "rootfs",
.offset = 0x140000,
@@
-117,6
+117,7
@@
static void __init dir_300b_init(void)
ARRAY_SIZE(dir_300b_gpio_buttons),
dir_300b_gpio_buttons);
rt305x_register_wifi();
ARRAY_SIZE(dir_300b_gpio_buttons),
dir_300b_gpio_buttons);
rt305x_register_wifi();
+ rt305x_register_wdt();
}
MIPS_MACHINE(RAMIPS_MACH_DIR_300_REVB, "DIR-300-revB", "D-Link DIR-300 revB",
}
MIPS_MACHINE(RAMIPS_MACH_DIR_300_REVB, "DIR-300-revB", "D-Link DIR-300 revB",
This page took
0.021557 seconds
and
4
git commands to generate.