X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fslugimage.pl;h=deac6ac6dd33f66e2d9bb3520363136a15cd8c33;hb=2bc747aaead96d3eebc97a9d6c638b8eb44de180;hp=3d2735d0f13049b62f169bf6526bb206af656cc1;hpb=fb2c0d18dbe709b895fe8842e2f29834ff7fab9e;p=openwrt%2Fstaging%2Fblogic.git diff --git a/scripts/slugimage.pl b/scripts/slugimage.pl index 3d2735d0f130..deac6ac6dd33 100755 --- a/scripts/slugimage.pl +++ b/scripts/slugimage.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # SlugImage : Manipulate NSLU2 firmware images # Dwayne Fontenot (jacques) @@ -920,7 +920,7 @@ sub defaultPartitions { 'offset'=>0x007f8000, 'size'=>0x00004000, 'variable'=>0, 'header'=>0, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0}, {'name'=>'Microcode', 'file'=>'NPE-B', - 'offset'=>0x007fc000, 'size'=>0x00003000, + 'offset'=>0x007fc000, 'size'=>0x00003fe0, 'variable'=>0, 'header'=>16, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0}, {'name'=>'Trailer', 'file'=>'Trailer', 'offset'=>0x007ffff0, 'size'=>0x00000010,