diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-08 18:19:18 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-08 18:19:18 +0200 |
commit | 5e34abc770fe894b8ac5b010101d85ea58a0e24f (patch) | |
tree | 1923584ad7c995764b60d10ed28f5b5c640956c5 | |
parent | 6c0c0aa15c1192044885b01dc477637b47bad3e0 (diff) | |
download | lbsd-5e34abc770fe894b8ac5b010101d85ea58a0e24f.tar.gz |
Update network configuration
-rw-r--r-- | etc/ifconfig.urtwn0 | 2 | ||||
-rw-r--r-- | etc/rc.conf | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/etc/ifconfig.urtwn0 b/etc/ifconfig.urtwn0 index ad542c0..60697e6 100644 --- a/etc/ifconfig.urtwn0 +++ b/etc/ifconfig.urtwn0 @@ -1,5 +1,3 @@ up media autoselect -mode 11g powersave -dhcp diff --git a/etc/rc.conf b/etc/rc.conf index 574343d..3cfc03e 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -15,7 +15,7 @@ critical_filesystems_local="OPTIONAL:/var OPTIONAL:/usr" random_file=/etc/entropy-file wpa_supplicant=YES dhcpcd=YES -dhcpcd_flags="-4 -qMz urtwn0,wm0" +dhcpcd_flags="-4 -Mz urtwn0,wm0" sshd=YES ntpd=YES ntpdate=YES |