diff --git a/openwrt-add-gps.sh b/openwrt-add-gps.sh new file mode 100644 index 0000000..772e1e8 --- /dev/null +++ b/openwrt-add-gps.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +opkg install kmod-usb-acm + +# ugps? diff --git a/openwrt-add-temper.sh b/openwrt-add-temper.sh new file mode 100644 index 0000000..866f3ee --- /dev/null +++ b/openwrt-add-temper.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +opkg install kmod-usb-hid usbtemper + +exit 0 + +[ 2089.624343] hid-generic 0003:413D:2107.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413d:2107] on usb-101c0000.ehci-1.2/input0 +[ 2089.826684] hid-generic 0003:413D:2107.0002: hiddev96,hidraw1: USB HID v1.10 Device [HID 413d:2107] on usb-101c0000.ehci-1.2/input1