This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This commands executed on OpenWrt on 128mb internal Flash on a PogoPlug Mobile | |
# Yet something is missing to make it work, but I think I am close | |
# Install some stuff | |
opkg install usbutils | |
opkg install fdisk | |
opkg install kmod-usb-storage block-mount kmod-fs-ext4 | |
opkg install e2fsprogs | |
# List Partitions on SD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Instructions to get properly working wrtbwmon from https://github.com/pyrovski/wrtbwmon | |
# More info on: https://wiki.openwrt.org/doc/howto/wrtbwmon | |
# Remove previous package if present | |
root@OpenWrt:~# opkg remove wrtbwmon | |
root@OpenWrt:~# cd /tmp | |
# Download (search for latest ipk url on https://github.com/pyrovski/wrtbwmon/releases/) | |
root@OpenWrt:/tmp# wget https://github.com/pyrovski/wrtbwmon/releases/download/0.32/wrtbwmon_0.32_all.ipk | |
Connecting to github.com (192.30.252.131:443) | |
Connecting to github-cloud.s3.amazonaws.com (54.231.9.169:443) |
NewerOlder