diff options
Diffstat (limited to 'scripts/hostclass/laptop/20-laptop')
-rw-r--r-- | scripts/hostclass/laptop/20-laptop | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/hostclass/laptop/20-laptop b/scripts/hostclass/laptop/20-laptop index 5c9cfd0..5a26b4c 100644 --- a/scripts/hostclass/laptop/20-laptop +++ b/scripts/hostclass/laptop/20-laptop @@ -4,11 +4,6 @@ usbconfig | awk -F: '{ print $1 }' | xargs -rtn1 -I% usbconfig -d % power_save ||: install_file /etc/rc.local -# Create devd rule for lid close. -install_file -m 0555 /usr/local/libexec/lid-close -install_file -m 0644 /etc/devd/lid-close.conf -service devd restart - # Enable kernel module for Android USB tethering. load_kernel_module if_urndis set_loader_conf if_urndis_load=YES |