mtik_initrd_hacks/init/oldinit_analiz.sh
Sergey Sergeev 85ffaded3d Added support for mips ARCH and RouterOS 6.45.6
- Support for multi-arch: arm and mips.
- Support for RouterOS 6.45.6.
2019-10-18 17:04:28 +03:00

11 lines
203 B
Bash
Executable file

#!/bin/bash
#
#(C) Sergey Sergeev aka adron, 2019
#
. ../globals.sh
CPIO_FS="../cpio-fs-${TARGET_ARCH}"
$OBJDUMP ${CPIO_FS}/oldinit -x > ./oldinit.objdump
$OBJDUMP ${CPIO_FS}/init -x > ./init.objdump