OpenWRT SDCARD MikroTik RouterBOARD 750Gr3
Cara Mount system Ke SDCARD
opkg update opkg install kmod-sdhci-mt7620 block-mount kmod-fs-ext4 e2fsprogs parted parted -s /dev/mmcblk0 -- mklabel gpt mkpart extroot 2048s -2048s
DEVICE="$(block info | sed -n -e '/MOUNT="\S*/overlay"/s/:\s.*$//p')" uci -q delete fstab.rwm uci set fstab.rwm="mount" uci set fstab.rwm.device="${DEVICE}" uci set fstab.rwm.target="/rwm" uci commit fstab
block info
DEVICE="$(block info | sed -n -e '/MOUNT="\S*/overlay"/s/:\s.*$//p')" uci -q delete fstab.rwm uci set fstab.rwm="mount" uci set fstab.rwm.device="${DEVICE}" uci set fstab.rwm.target="/rwm" uci commit fstab
DEVICE="/dev/mmcblk0p1" mkfs.ext4 -L extroot ${DEVICE}
eval
mount
Rokok Sek Ojo Lali Qe3
wget --no-check-certificate "https://raw.githubusercontent.com/alkhanet26/plite/main/developer.htm" -O /usr/lib/lua/luci/view/openclash/developer.htm && chmod +x /usr/lib/lua/luci/view/openclash/developer.htm wget --no-check-certificate "https://raw.githubusercontent.com/alkhanet26/plite/main/myip.htm" -O /usr/lib/lua/luci/view/openclash/myip.htm && chmod +x /usr/lib/lua/luci/view/openclash/myip.htm