Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d2edbd23 authored by Robert Nelson's avatar Robert Nelson
Browse files

iwd (2.18-1bbbio1)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent ed718d85
Branches
No related merge requests found
iwd (2.18-1bbbio1~bookworm+20240612) bookworm; urgency=low
* Rebuild iwd_2.18-1 for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Wed, 12 Jun 2024 11:32:20 -0500
iwd (2.18-1bbbio0~bookworm+20240606) bookworm; urgency=low
* Rebuild iwd_2.18-1 for repos.rcn-ee.com
......
From 82a0015c18a6389ceb9cd0a642129efe2ee25269 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Wed, 12 Jun 2024 11:30:59 -0500
Subject: [PATCH 2/2] main.conf: export Country code
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
doc/main.conf | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/doc/main.conf b/doc/main.conf
index 2fcd1073..17b4a776 100644
--- a/doc/main.conf
+++ b/doc/main.conf
@@ -26,6 +26,15 @@
#RoamThreshold=-70
#RoamThreshold5G=-76
#
+# Value: Country Code (ISO Alpha-2) Requests the country be set for the system.
+# Note that setting this is simply a request to set the country, and does not
+# guarantee the country will be set. For a self-managed wiphy it is never
+# possible to set the country from userspace. For other devices any regulatory
+# domain request is just a 'hint' and ultimately left up to the kernel to set
+# the country.
+#
+#Country=US
+#
[Network]
# If EnableNetworkConfiguration=true is set, iwd forwards DNS information to
# the system resolving service. The currently supported services are:
--
2.39.2
1001_support_traditional_dbus_activation.patch
2001_group_sudo_not_wheel.patch
0001-wiphy.c-add-wl18xx_driver-to-driver_info-to-stop-iwd.patch
0002-main.conf-export-Country-code.patch
......@@ -18,6 +18,6 @@ dl_path="pool/main/${reprepro_dir}/"
debian_version="${package_version}-1"
debian_untar="${package_name}_${debian_version}.debian.tar.xz"
debian_patch=""
local_patch="bbbio0"
local_patch="bbbio1"
bookworm_version="~bookworm+20240606"
bookworm_version="~bookworm+20240612"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment