Skip to content

Commit

Permalink
Added repacking for OSX 64-bit systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbalaban committed Jul 10, 2014
1 parent daa486d commit 1db7719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added mkbootimg.osx
Binary file not shown.
2 changes: 2 additions & 0 deletions repack-MT65xx.pl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ sub repack_boot {
# create the output file
if ( $^O eq "cygwin" ) {
system ("$Bin/mkbootimg.exe --kernel $kernel --ramdisk new-ramdisk-repack.cpio.gz -o $outfile");
} elsif ( $^O eq "darwin" ) {
system ("$Bin/mkbootimg.osx --kernel $kernel --ramdisk new-ramdisk-repack.cpio.gz -o $outfile");
} else {
system ("$Bin/mkbootimg --kernel $kernel --ramdisk new-ramdisk-repack.cpio.gz -o $outfile");
}
Expand Down

0 comments on commit 1db7719

Please sign in to comment.