Skip to content

Instantly share code, notes, and snippets.

@phalski
Last active January 13, 2017 17:31
Show Gist options
  • Save phalski/4037679745af84fcb94c99370f916b86 to your computer and use it in GitHub Desktop.
Save phalski/4037679745af84fcb94c99370f916b86 to your computer and use it in GitHub Desktop.
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment