projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: rt305x: remove unused defines from mach-nw718.c
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt305x
/
mach-argus-atp52b.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
index
bee06fd
..
dfcdfee
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
@@
-72,10
+72,12
@@
static struct mtd_partition argus_atp52b_partitions[] = {
.name = "config",
.offset = 0x030000,
.size = 0x010000,
.name = "config",
.offset = 0x030000,
.size = 0x010000,
+ .mask_flags = MTD_WRITEABLE,
}, {
.name = "factory",
.offset = 0x040000,
.size = 0x010000,
}, {
.name = "factory",
.offset = 0x040000,
.size = 0x010000,
+ .mask_flags = MTD_WRITEABLE,
}, {
.name = "kernel",
.offset = 0x050000,
}, {
.name = "kernel",
.offset = 0x050000,
@@
-108,6
+110,7
@@
static void __init argus_atp52b_init(void)
rt305x_register_ethernet();
rt305x_register_wifi();
rt305x_register_wdt();
rt305x_register_ethernet();
rt305x_register_wifi();
rt305x_register_wdt();
+ rt305x_register_usb();
}
MIPS_MACHINE(RAMIPS_MACH_ARGUS_ATP52B, "ARGUS_ATP52B", "Argus ATP-52B",
}
MIPS_MACHINE(RAMIPS_MACH_ARGUS_ATP52B, "ARGUS_ATP52B", "Argus ATP-52B",
This page took
0.020603 seconds
and
4
git commands to generate.