diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-15 18:55:48 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-15 18:55:48 +0000 |
commit | 76a008f5729af2fe2f635d934cfd38fe2d5f8f19 (patch) | |
tree | 820244a3d9e9c8a0506521e6d4c0f0d0da99e54e /target/linux/ramips/files/arch/mips/ralink/rt305x | |
parent | 4a471f8a3962d56b5de89ad0e7ffcdb7952b1cf7 (diff) |
ramips: rt305x: make config and factory partitions read-only on the ATP-52B
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28002 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 bee06fd5f1..b53432c4ce 100644 --- 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, + .mask_flags = MTD_WRITEABLE, }, { .name = "factory", .offset = 0x040000, .size = 0x010000, + .mask_flags = MTD_WRITEABLE, }, { .name = "kernel", .offset = 0x050000, |