forked from 8devices/openwrt-8devices
-
Notifications
You must be signed in to change notification settings - Fork 0
Install packages
leesy24 edited this page Jan 25, 2019
·
3 revisions
Ref.
- 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
- Install usb & eth tools
# opkg install usbutils
# opkg install ethtool