mirror of
https://github.com/adron-s/mtik_initrd_hacks.git
synced 2025-12-10 07:44:40 +01:00
add copyrights and warnings
This commit is contained in:
parent
f4e551958f
commit
96237a7c0f
6 changed files with 28 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -1,5 +1,15 @@
|
|||
# Mikrotik netboot/initrd jailbreak
|
||||
|
||||
(C) Sergey Sergeev, 2019
|
||||
|
||||
All that you do is is at your own risk!
|
||||
The author has not liable for any of you actions and their consequences!
|
||||
This code is presented as is and is solely for educational purposes ONLY!
|
||||
|
||||
1) Upload content of ./for_ftp_upload/* to target RouterOS device via FTP
|
||||
2) Netboot with kernel-new.elf
|
||||
3) telnet x.x.x.x 22111
|
||||
|
||||
Все вы делаете на свой страх и риск!
|
||||
Автор не несет никакой ответственности за ваши действия и их последствия!
|
||||
Данный код представляется as-is и исключительно в учебных целях!
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
#(C) Sergey Sergeev aka adron, 2019
|
||||
#
|
||||
|
||||
OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq806x
|
||||
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-7.4.0_musl_eabi
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
#(C) Sergey Sergeev aka adron, 2019
|
||||
#
|
||||
|
||||
OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq806x
|
||||
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-7.4.0_musl_eabi
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
* (C) Sergey Sergeev aka adron, 2019
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
4
pack.sh
4
pack.sh
|
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
#(C) Sergey Sergeev aka adron, 2019
|
||||
#
|
||||
|
||||
|
||||
OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq806x
|
||||
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-7.4.0_musl_eabi
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
#(C) Sergey Sergeev aka adron, 2019
|
||||
#
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue