public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] - squashfs add missing SQUASHFS_FILE_MAX_LOG define in squashfs_fs.h file to fix unsquashfs build.
@ 2013-02-12 16:31 Pete Kolcsar
  2013-02-12 20:10 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Kolcsar @ 2013-02-12 16:31 UTC (permalink / raw)
  To: openembedded-core

--- a/squashfs_fs.h	2011-02-11 17:49:24.000000000 +0200
+++ b/squashfs_fs.h	2013-02-12 15:53:04.360256607 +0200
@@ -36,9 +36,9 @@
 
 /* default size of data blocks */
 #define SQUASHFS_FILE_SIZE		131072
-#define SQUASHFS_FILE_LOG		17
 
 #define SQUASHFS_FILE_MAX_SIZE		1048576
+#define SQUASHFS_FILE_MAX_LOG		20
 
 /* Max number of uids and gids */
 #define SQUASHFS_IDS			65536





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-12 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 16:31 [PATCH] - squashfs add missing SQUASHFS_FILE_MAX_LOG define in squashfs_fs.h file to fix unsquashfs build Pete Kolcsar
2013-02-12 20:10 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox