Skip to content

Commit

Permalink
Sync changes from production to dev (#53)
Browse files Browse the repository at this point in the history
* Trigger Latest Dev Image Build

* Remove PCIe workaround, remove pcie.service, PCIe is now enabled by default

* Empty commit

* [wpa_supplicant] add eduroam and OWE templates. add example to use as a control interface for wpa_cli.

* Use new regdb package, Debian removed old package from their repo

---------

Co-authored-by: Jerry <[email protected]>
Co-authored-by: jsz <[email protected]>
  • Loading branch information
3 people authored May 29, 2024
1 parent dd18bc3 commit 594e579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wlanpi1/01-config-files/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ on_chroot <<CHEOF
echo "denyinterfaces usb* pan*" | tee -a /etc/dhcpcd.conf
# Install wireless-regdb which supports Wi-Fi 6E
wget -O /tmp/wireless-regdb_2022.06.06-2_all.deb http://ftp.us.debian.org/debian/pool/main/w/wireless-regdb/wireless-regdb_2022.06.06-2_all.deb
dpkg -i /tmp/wireless-regdb_2022.06.06-2_all.deb
rm -f /tmp/wireless-regdb_2022.06.06-2_all.deb
wget -O /tmp/wireless-regdb_2024.05.08-1_all.deb http://ftp.us.debian.org/debian/pool/main/w/wireless-regdb/wireless-regdb_2024.05.08-1_all.deb
dpkg -i /tmp/wireless-regdb_2024.05.08-1_all.deb
rm -f /tmp/wireless-regdb_2024.05.08-1_all.deb
update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream
# Fix sntp permission error
Expand Down

0 comments on commit 594e579

Please sign in to comment.