mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
brcm47xx-2.6: fix squashfs image partitioning problem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7224 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -335,10 +335,8 @@ init_mtd_partitions(struct mtd_info *mtd, size_t size)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* find and size rootfs */
|
/* find and size rootfs */
|
||||||
if (find_root(mtd,size,&bcm947xx_parts[2])==0) {
|
find_root(mtd,size,&bcm947xx_parts[2]);
|
||||||
bcm947xx_parts[2].size = size - bcm947xx_parts[2].offset -
|
bcm947xx_parts[2].size = size - bcm947xx_parts[2].offset - bcm947xx_parts[3].size;
|
||||||
bcm947xx_parts[3].size;
|
|
||||||
}
|
|
||||||
|
|
||||||
return bcm947xx_parts;
|
return bcm947xx_parts;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user