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:
f9d9a40
)
update ar7 flash map for squashfs 3.0
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 22 Mar 2006 09:37:28 +0000
(09:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 22 Mar 2006 09:37:28 +0000
(09:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3446
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
83bc103
..
0b58439
100644
(file)
--- a/
target/linux/ar7-2.4/patches/001-flash_map.patch
+++ b/
target/linux/ar7-2.4/patches/001-flash_map.patch
@@
-222,7
+222,7
@@
diff -urN linux.old/drivers/mtd/maps/ar7-flash.c linux.dev/drivers/mtd/maps/ar7-
+
+ if (ar7_read32(&ar7_map, rootfs_start) == SQUASHFS_MAGIC) {
+ int newsize, newoffset;
-+ squashfs_super_block sb;
++ s
truct s
quashfs_super_block sb;
+
+ ar7_copy_from(&ar7_map, &sb, rootfs_start, sizeof(sb));
+ printk("Squashfs detected (size = 0x%08x)\n", sb.bytes_used);