X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/489f9455f265caba0edd3488fe9580e36418eb32..eb02d4edeb5ed32bce920c27e8191109788aeae7:/openwrt/target/linux/ar7-2.4/patches/001-flash_map.patch?ds=inline 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 83bc103be..0b58439c8 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);