diff options
Diffstat (limited to 'files/etc/devd/usb-tether.conf.roadwarrior_laptop')
-rw-r--r-- | files/etc/devd/usb-tether.conf.roadwarrior_laptop | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/etc/devd/usb-tether.conf.roadwarrior_laptop b/files/etc/devd/usb-tether.conf.roadwarrior_laptop new file mode 100644 index 0000000..5183ed2 --- /dev/null +++ b/files/etc/devd/usb-tether.conf.roadwarrior_laptop @@ -0,0 +1,6 @@ +notify 100 { + match "system" "IFNET"; + match "subsystem" "ue0"; + match "type" "ATTACH"; + action "/sbin/ifconfig ue0 up"; +}; |