mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
fix size of config partition on ar7 (#902)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5873 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f8c80695b9
commit
11fb48ad8c
@ -217,7 +217,7 @@ diff -urN linux.old/drivers/mtd/maps/ar7-flash.c linux.dev/drivers/mtd/maps/ar7-
|
||||
+
|
||||
+ ar7_partinfo[p].name = strdup("config");
|
||||
+ ar7_partinfo[p].offset = config_offset;
|
||||
+ ar7_partinfo[p].size = WINDOW_SIZE - config_offset;
|
||||
+ ar7_partinfo[p].size = ar7_mtd_info->size - config_offset;
|
||||
+ ar7_partinfo[p++].mask_flags = 0;
|
||||
+
|
||||
+ if (ar7_read32(&ar7_map, rootfs_start) == SQUASHFS_MAGIC) {
|
||||
|
Loading…
Reference in New Issue
Block a user