diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-16 11:18:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-16 11:18:55 +0100 |
commit | 1c2490cf2b6382a448c8b854a9040636e6c2d38b (patch) | |
tree | 7e9893a41e2780a9f552f8c3a0417f5af196ecc9 /tools/adk | |
parent | 3d2baf48fa00f833a9e38b5722ce266d6b85704f (diff) |
add boot section
Diffstat (limited to 'tools/adk')
-rw-r--r-- | tools/adk/pkgmaker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/adk/pkgmaker.c b/tools/adk/pkgmaker.c index 3609691b6..d2c444f4f 100644 --- a/tools/adk/pkgmaker.c +++ b/tools/adk/pkgmaker.c @@ -33,7 +33,7 @@ #define MAXVALUE 168 #define MAXVAR 64 #define MAXPATH 320 -#define HASHSZ 32 +#define HASHSZ 96 static int nobinpkgs; |