Skip to content

Instantly share code, notes, and snippets.

@phalski
phalski / at-command-notes.md
Last active June 30, 2024 13:46
Personal notes to Hayes/AT command interface understanding
@phalski
phalski / openwrt-15.05.1-huawei-e3372-install.sh
Created January 13, 2017 17:44
Install required packages for Huawei E3372 modem (on OpenWrt 15.05)
opkg update
opkg install comgt kmod-usb-serial kmod-usb-serial-option kmod-usb-serial-wwan kmod-usb-net-cdc-ether kmod-usb-net-huawei-cdc-ncm usb-modeswitch
@phalski
phalski / tlmr3020-usb-e3372-build.sh
Last active January 13, 2017 17:31
OpenWRT image builder command to create TL-MR3020 image with USB support and E3372 drivers (no luci)
# OpenWRT image builder command to create custom minimal image for TL-MR3020 router.
# This image only contains packages for usb/ext4 storage support and drivers for Huawei E3372 Modem.
# No luci web ui included due to limited flash storage on device.
# Used to build OpenWRT 15.05 image
make image PROFILE=TLMR3020 PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage comgt kmod-usb-serial kmod-usb-serial-option kmod-usb-serial-wwan kmod-usb-net-cdc-ether kmod-usb-net-huawei-cdc-ncm usb-modeswitch"