Skip to content

OpenWRT SDCARD MikroTik RouterBOARD 750Gr3

Notifications You must be signed in to change notification settings

essoojay/Openwrt-Steven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Openwrt-Steven

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

image

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}

image

eval $(block info ${DEVICE} | grep -o -e 'UUID="\S*"') eval $(block info | grep -o -e 'MOUNT="\S*/overlay"') uci -q delete fstab.extroot uci set fstab.extroot="mount" uci set fstab.extroot.uuid="${UUID}" uci set fstab.extroot.target="${MOUNT}" uci commit fstab

mount ${DEVICE} /mnt tar -C ${MOUNT} -cvf - . | tar -C /mnt -xf - reboot

image

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

About

OpenWRT SDCARD MikroTik RouterBOARD 750Gr3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%