++openwrt scripts
This commit is contained in:
parent
dbe77a6792
commit
1f0f798d38
2 changed files with 13 additions and 0 deletions
5
openwrt-add-gps.sh
Normal file
5
openwrt-add-gps.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
opkg install kmod-usb-acm
|
||||||
|
|
||||||
|
# ugps?
|
8
openwrt-add-temper.sh
Normal file
8
openwrt-add-temper.sh
Normal file
|
@ -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
|
Loading…
Reference in a new issue