From c6d303831b9c6214b5d362e82bebb4070f24b291 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Thu, 31 Oct 2024 13:21:58 +0000 Subject: [PATCH] Remove wpa_supplicant tweaks --- stage2/02-net-tweaks/01-run.sh | 3 --- stage2/02-net-tweaks/files/wpa_supplicant.conf | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 stage2/02-net-tweaks/files/wpa_supplicant.conf diff --git a/stage2/02-net-tweaks/01-run.sh b/stage2/02-net-tweaks/01-run.sh index 7ec6f73..d719c79 100755 --- a/stage2/02-net-tweaks/01-run.sh +++ b/stage2/02-net-tweaks/01-run.sh @@ -1,8 +1,5 @@ #!/bin/bash -e -install -v -d "${ROOTFS_DIR}/etc/wpa_supplicant" -install -v -m 600 files/wpa_supplicant.conf "${ROOTFS_DIR}/etc/wpa_supplicant/" - # Newer versions of raspberrypi-sys-mods set rfkill.default_state=0 to prevent # radiating on 5GHz bands until the WLAN regulatory domain is set. # Unfortunately, this also blocks bluetooth, so we whitelist the known diff --git a/stage2/02-net-tweaks/files/wpa_supplicant.conf b/stage2/02-net-tweaks/files/wpa_supplicant.conf deleted file mode 100644 index 0fc335e..0000000 --- a/stage2/02-net-tweaks/files/wpa_supplicant.conf +++ /dev/null @@ -1,2 +0,0 @@ -ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev -update_config=1