Skip to content

Install packages

leesy24 edited this page Jan 25, 2019 · 3 revisions

Ref.

  1. Install usb to serial kernel driver modules except dmx_usb
# opkg list | grep usb-serial | awk '{print $1}' | xargs opkg install
# opkg remove --autoremove kmod-usb-serial-dmx_usb_module
  1. Install usb & eth tools
# opkg install usbutils
# opkg install ethtool

Clone this wiki locally