projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b102a28
)
fix size of config partition on ar7 (#902)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Dec 2006 05:00:16 +0000
(
05:00
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Dec 2006 05:00:16 +0000
(
05:00
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5873
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar7-2.4/patches/001-flash_map.patch
patch
|
blob
|
history
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
0b58439
..
f04929c
100644
(file)
--- 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) {