diff options
Diffstat (limited to 'target')
| -rw-r--r-- | target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch | 2 | ||||
| -rw-r--r-- | target/linux/generic-2.6/patches/060-rootfs_split.patch | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch b/target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch index 9900cace4..67f4764b7 100644 --- a/target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch +++ b/target/linux/generic-2.6/patches-2.6.22/060-rootfs_split.patch @@ -252,8 +252,8 @@ Index: linux/drivers/mtd/mtdpart.c  +		goto out;  +	}  + -+	part->name = (unsigned char *)&part[1];  +	memcpy(part, old, sizeof(*part)); ++	part->name = (unsigned char *)&part[1];  +	strcpy(part->name, ROOTFS_SPLIT_NAME);  +  +	len = (u32) sb->bytes_used; diff --git a/target/linux/generic-2.6/patches/060-rootfs_split.patch b/target/linux/generic-2.6/patches/060-rootfs_split.patch index fe323c7d3..262d3142d 100644 --- a/target/linux/generic-2.6/patches/060-rootfs_split.patch +++ b/target/linux/generic-2.6/patches/060-rootfs_split.patch @@ -253,8 +253,8 @@ Index: linux/drivers/mtd/mtdpart.c  +		goto out;  +	}  + -+	part->name = (unsigned char *)&part[1];  +	memcpy(part, old, sizeof(*part)); ++	part->name = (unsigned char *)&part[1];  +	strcpy(part->name, ROOTFS_SPLIT_NAME);  +  +	len = (u32) sb->bytes_used;  | 
