From 5a273e53fdc6e9ae6af690a755537348f643e41f Mon Sep 17 00:00:00 2001 From: HaiBac Date: Mon, 25 Mar 2024 07:52:15 +0000 Subject: [PATCH] netifd: add psk2-radius encryption support Signed-off-by: HaiBac --- ...d-add-psk2-radius-encryption-support.patch | 34 +++++++++++++++++++ profiles/wallys_dr6018-v4.yml | 3 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 patches/0077-netifd-add-psk2-radius-encryption-support.patch diff --git a/patches/0077-netifd-add-psk2-radius-encryption-support.patch b/patches/0077-netifd-add-psk2-radius-encryption-support.patch new file mode 100644 index 00000000..5ce7baa0 --- /dev/null +++ b/patches/0077-netifd-add-psk2-radius-encryption-support.patch @@ -0,0 +1,34 @@ +From 9a283edb7b655f0bf179be8f55f422bb87fdd72d Mon Sep 17 00:00:00 2001 +From: HaiBac +Date: Mon, 25 Mar 2024 07:49:40 +0000 +Subject: [PATCH] netifd: add psk2-radius encryption support + +Signed-off-by: HaiBac +--- + .../0005-add-psk2-radius-encryption-support.patch | 14 ++++++++++++++ + 1 file changed, 14 insertions(+) + create mode 100644 package/network/config/netifd/patches/0005-add-psk2-radius-encryption-support.patch + +diff --git a/package/network/config/netifd/patches/0005-add-psk2-radius-encryption-support.patch b/package/network/config/netifd/patches/0005-add-psk2-radius-encryption-support.patch +new file mode 100644 +index 0000000000..18c81b9927 +--- /dev/null ++++ b/package/network/config/netifd/patches/0005-add-psk2-radius-encryption-support.patch +@@ -0,0 +1,14 @@ ++Index: netifd-2023-09-19-8587c074/scripts/netifd-wireless.sh ++=================================================================== ++--- netifd-2023-09-19-8587c074.orig/scripts/netifd-wireless.sh +++++ netifd-2023-09-19-8587c074/scripts/netifd-wireless.sh ++@@ -272,6 +272,9 @@ wireless_vif_parse_encryption() { ++ psk3*|sae*) ++ auth_type=sae ++ ;; +++ psk2-radius) +++ auth_type=psk2-radius +++ ;; ++ *psk*) ++ auth_type=psk ++ ;; +-- +2.44.0 + diff --git a/profiles/wallys_dr6018-v4.yml b/profiles/wallys_dr6018-v4.yml index df0f9221..a782a428 100644 --- a/profiles/wallys_dr6018-v4.yml +++ b/profiles/wallys_dr6018-v4.yml @@ -8,9 +8,10 @@ feeds: - name: ipq807x path: ../../feeds/ipq807x_v5.4 include: - - wifi-ax-v54 - ucentral-ap packages: - ipq60xx diffconfig: | CONFIG_KERNEL_IPQ_MEM_PROFILE=0 + CONFIG_BUSYBOX_CUSTOM=y + CONFIG_BUSYBOX_CONFIG_STTY=y \ No newline at end of file