diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-20 05:00:16 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-20 05:00:16 +0000 |
commit | 11fb48ad8c838fd0517505209f295b0a92fd606d (patch) | |
tree | f59818504b61df0353eba1864c76cdffad4b8d24 /target/linux/ar7-2.4/patches/001-flash_map.patch | |
parent | f8c80695b93aa9400b53465174665dbaeb01b5d4 (diff) |
fix size of config partition on ar7 (#902)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5873 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7-2.4/patches/001-flash_map.patch')
-rw-r--r-- | target/linux/ar7-2.4/patches/001-flash_map.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7-2.4/patches/001-flash_map.patch b/target/linux/ar7-2.4/patches/001-flash_map.patch index 0b58439c8b..f04929c7b9 100644 --- a/target/linux/ar7-2.4/patches/001-flash_map.patch +++ b/target/linux/ar7-2.4/patches/001-flash_map.patch @@ -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) { |