new format vmlinuz/armel for Debian NSLU2 (etc.) linux kernel

This commit is contained in:
John Reiser
2008-09-15 10:18:19 -07:00
parent 86de510731
commit c88c20820f
10 changed files with 1892 additions and 0 deletions
+2
View File
@@ -206,6 +206,8 @@ Packer* PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
return p;
if ((p = func(new PackBvmlinuzI386(f), user)) != NULL)
return p;
if ((p = func(new PackVmlinuzARMEL(f), user)) != NULL)
return p;
#if 0
if ((p = func(new PackElks8086(f), user)) != NULL)
return p;