1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-19 16:38:47 +03:00

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
This commit is contained in:
juhosg 2011-08-15 18:55:48 +00:00
parent 4a471f8a39
commit 76a008f572

View File

@ -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,