From 278f45d0c439199cb3167ed496c30dfafe22ab0b Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 1 Jun 2021 20:26:05 +0200 Subject: Configure urtwn0 --- etc/ifconfig.urtwn0 | 5 +++++ etc/rc.conf | 30 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 etc/ifconfig.urtwn0 create mode 100644 etc/rc.conf (limited to 'etc') diff --git a/etc/ifconfig.urtwn0 b/etc/ifconfig.urtwn0 new file mode 100644 index 0000000..ad542c0 --- /dev/null +++ b/etc/ifconfig.urtwn0 @@ -0,0 +1,5 @@ +up +media autoselect +mode 11g +powersave +dhcp diff --git a/etc/rc.conf b/etc/rc.conf new file mode 100644 index 0000000..ddc6228 --- /dev/null +++ b/etc/rc.conf @@ -0,0 +1,30 @@ +# Load the defaults in from /etc/defaults/rc.conf (if it's readable). +# These can be overridden below. +# +if [ -r /etc/defaults/rc.conf ]; then + . /etc/defaults/rc.conf +fi + +# If this is not set to YES, the system will drop into single-user mode. +# +rc_configured=YES + +# Add local overrides below. +# +critical_filesystems_local="OPTIONAL:/var OPTIONAL:/usr" +random_file=/etc/entropy-file +wpa_supplicant=YES +dhcpcd=YES +dhcpcd_flags="-4 -qbMz urtwn0,wm0" +sshd=YES +ntpd=YES +ntpdate=YES +cgd=NO +raidframe=NO +lvm=NO +wscons=YES +ipfilter=YES +apmd=YES +powerd=YES +estd=YES +squid=NO -- cgit v1.2.3