summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/ar7-2.4
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-03-22 09:37:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-03-22 09:37:28 +0000
commit656470c08e82d80423b7cd0fd42af103727a01f5 (patch)
tree6028ff2527c2aa74f91173cd04bd263f1903f24f /openwrt/target/linux/ar7-2.4
parent4f907989c50855e89c52e8eb7eb39ad6d2f8981c (diff)
downloadmtk-20170518-656470c08e82d80423b7cd0fd42af103727a01f5.zip
mtk-20170518-656470c08e82d80423b7cd0fd42af103727a01f5.tar.gz
mtk-20170518-656470c08e82d80423b7cd0fd42af103727a01f5.tar.bz2
update ar7 flash map for squashfs 3.0
SVN-Revision: 3446
Diffstat (limited to 'openwrt/target/linux/ar7-2.4')
-rw-r--r--openwrt/target/linux/ar7-2.4/patches/001-flash_map.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/ar7-2.4/patches/001-flash_map.patch b/openwrt/target/linux/ar7-2.4/patches/001-flash_map.patch
index 83bc103..0b58439 100644
--- a/openwrt/target/linux/ar7-2.4/patches/001-flash_map.patch
+++ b/openwrt/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;
++ struct squashfs_super_block sb;
+
+ ar7_copy_from(&ar7_map, &sb, rootfs_start, sizeof(sb));
+ printk("Squashfs detected (size = 0x%08x)\n", sb.bytes_used);