mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
tools: add kernel2minor utility for Mikrotik devices
This patch adds support of Mikrotik yaffs2 filesystem image for kernel file and tools/kernel2minor package. We neede this to boot kernel through RouterBoot on new Mikrotik NOR flash devices. Signed-off-by: Sergey Sergeev <adron@yapic.net>
This commit is contained in:

committed by
John Crispin

parent
a3e7d5e7ae
commit
17ee6bb8f3
@ -27,6 +27,7 @@ sub target_config_features(@) {
|
||||
/ext4/ and $ret .= "\tselect USES_EXT4\n";
|
||||
/targz/ and $ret .= "\tselect USES_TARGZ\n";
|
||||
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
|
||||
/minor/ and $ret .= "\tselect USES_MINOR\n";
|
||||
/ubifs/ and $ret .= "\tselect USES_UBIFS\n";
|
||||
/fpu/ and $ret .= "\tselect HAS_FPU\n";
|
||||
/spe_fpu/ and $ret .= "\tselect HAS_SPE_FPU\n";
|
||||
|
Reference in New Issue
Block a user