diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-22 09:37:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-22 09:37:28 +0000 |
commit | 1bcc4cc6fa1b349103805db585b30400b808ea08 (patch) | |
tree | e09aa4f2ae2499e6026ffdf139077efc108697fa /openwrt/target | |
parent | 074a54bf850513ca066ee4a73ed213cbeb476d52 (diff) |
update ar7 flash map for squashfs 3.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3446 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/ar7-2.4/patches/001-flash_map.patch | 2 |
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 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); |