aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit70a0d1c6bd45e6b4521e63a3c231a21ae89583a7 (patch)
tree2fbf557c8bdab9df91724f091041cd09e6d3b8b7 /target/linux/ar7-2.4
parentf9d9a40a8cc101b4d2a5f2a7a06604e2512689b8 (diff)
downloadupstream-70a0d1c6bd45e6b4521e63a3c231a21ae89583a7.tar.gz
upstream-70a0d1c6bd45e6b4521e63a3c231a21ae89583a7.tar.bz2
upstream-70a0d1c6bd45e6b4521e63a3c231a21ae89583a7.zip
update ar7 flash map for squashfs 3.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3446 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7-2.4')
-rw-r--r--target/linux/ar7-2.4/patches/001-flash_map.patch2
1 files changed, 1 insertions, 1 deletions
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 83bc103bef..0b58439c8b 100644
--- 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;
++ 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);