Remove wpa_supplicant tweaks

This commit is contained in:
Serge Schneider 2024-10-31 13:21:58 +00:00
parent e86b901e25
commit c6d303831b
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -1,2 +0,0 @@
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1