mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-08-26 10:05:50 +00:00
Compare commits
14 Commits
7.16rc2
...
7.16-arm64
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7719188665 | ||
|
|
016a2de24f | ||
|
|
2957c5a6ef | ||
|
|
ec407be988 | ||
|
|
ed0815f070 | ||
|
|
e88fbc0161 | ||
|
|
6d1ebb4d8a | ||
|
|
ca24fa62b1 | ||
|
|
73f15e63e7 | ||
|
|
96df91e97c | ||
|
|
65fd858255 | ||
|
|
208a160edc | ||
|
|
c3781d822e | ||
|
|
f2eefbcc8f |
4
.github/workflows/mikrotik_patch_6.yml
vendored
4
.github/workflows/mikrotik_patch_6.yml
vendored
@@ -138,6 +138,7 @@ jobs:
|
||||
if: steps.get_latest.outputs.has_new_version == 'true'
|
||||
run: |
|
||||
sudo modprobe nbd
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y qemu-utils extlinux > /dev/null
|
||||
truncate --size 64M install-image-$LATEST_VERSION.img
|
||||
sudo qemu-nbd -c /dev/nbd0 -f raw install-image-$LATEST_VERSION.img
|
||||
@@ -191,6 +192,7 @@ jobs:
|
||||
sudo cp ./all_packages/dude-$LATEST_VERSION.npk ./chr/var/pdb/dude/image
|
||||
sudo -E python3 patch.py npk ./chr/var/pdb/routeros-x86/image
|
||||
sudo cp ./chr/var/pdb/routeros-x86/image ./all_packages/routeros-x86-$LATEST_VERSION.npk
|
||||
sudo cp ./all_packages/routeros-x86-$LATEST_VERSION.npk routeros-x86-$LATEST_VERSION.npk
|
||||
sudo umount ./chr
|
||||
sudo qemu-nbd -d /dev/nbd0
|
||||
sudo rm -rf ./chr
|
||||
@@ -267,5 +269,5 @@ jobs:
|
||||
mikrotik-${{ env.LATEST_VERSION }}.iso
|
||||
chr-${{ env.LATEST_VERSION }}*.zip
|
||||
install-image-${{ env.LATEST_VERSION }}.zip
|
||||
system-${{ env.LATEST_VERSION }}.npk
|
||||
routeros-x86-${{ env.LATEST_VERSION }}.npk
|
||||
all_packages-x86-${{ env.LATEST_VERSION }}.zip
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# MikroTik RouterOS Patch [[English](README_EN.md)]
|
||||
|
||||
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/mikrotikpatch)] [[Keygen(Telegram Bot)](https://t.me/ROS_Keygen_Bot)]
|
||||
|
||||
### 国内镜像下载 密码: elseif
|
||||
[ [123pan](https://www.123pan.com/s/IpxgTd-BYjQh.html) ]
|
||||
@@ -22,6 +23,9 @@
|
||||
### Chr模式授权许可
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
## 如何使用Shell
|
||||
安装 option-{version}.npk 包
|
||||
telnet到RouterOS,用户名devel,密码与admin的密码相同
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# MikroTik RouterOS Patch [[中文](README.md)]
|
||||
|
||||
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/+99Mw06p3K7NlMmNl)]
|
||||
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/mikrotikpatch)] [[Keygen(Telegram Bot)](https://t.me/ROS_Keygen_Bot)]
|
||||
|
||||
### Download [Latest Patched](https://github.com/elseif/MikroTikPatch/releases/latest) iso file,install it and enjoy.
|
||||
### CHR image is both support BIOS and UEFI boot mode.
|
||||
@@ -19,6 +19,9 @@
|
||||
### license RouterOS for chr
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
## How to use shell
|
||||
install option-{version}.npk package
|
||||
run telnet to routeros with username devel and password is same as admin
|
||||
|
||||
BIN
image/arm.png
Normal file
BIN
image/arm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 464 KiB |
BIN
image/mips.png
Normal file
BIN
image/mips.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 725 KiB |
Reference in New Issue
Block a user