GNU bug report logs - #62826
[PATCH] gnu: hostapd: Add ACS and full dynamic vpn support

Previous Next

Package: guix-patches;

Reported by: Alexey Abramov <levenson <at> mmer.org>

Date: Fri, 14 Apr 2023 06:47:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62826: closed ([PATCH] gnu: hostapd: Add ACS and full dynamic
 vpn support)
Date: Sat, 06 May 2023 16:06:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 06 May 2023 18:05:45 +0200
with message-id <878re1la1y.fsf_-_ <at> gnu.org>
and subject line Re: bug#62826: [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support
has caused the debbugs.gnu.org bug report #62826,
regarding [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62826: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62826
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Alexey Abramov <levenson <at> mmer.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support
Date: Fri, 14 Apr 2023 08:46:41 +0200
* gnu/packages/admin.scm (hostapd): ACS (Automatic Channel Selection)
will allow hostapd to pick the channel automatically. Full dynamic
vlan support enables hostapd to automatically create bridge and VLAN
interfaces if necessary (enables vlan_tagged_interface option).
---
 gnu/packages/admin.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c974a1d926..7cb8cf4da0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -58,6 +58,7 @@
 ;;; Copyright © 2023 Juliana Sims <jtsims <at> protonmail.com>
 ;;; Copyright © 2023 Lu Hui <luhux76 <at> gmail.com>
 ;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
+;;; Copyright © 2023 Alexey Abramov <levenson <at> mmer.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2317,7 +2318,9 @@ (define-public hostapd
                      (display "CONFIG_LIBNL32=y
                                CONFIG_IEEE80211R=y
                                CONFIG_IEEE80211N=y
-                               CONFIG_IEEE80211AC=y\n" port)
+                               CONFIG_IEEE80211AC=y
+                               CONFIG_FULL_DYNAMIC_VLAN=y
+                               CONFIG_ACS=y\n" port)
                      (close-port port))))
                (add-after 'unpack 'patch-pkg-config
                  (lambda _
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Alexey Abramov <levenson <at> mmer.org>
Cc: 62826-done <at> debbugs.gnu.org
Subject: Re: bug#62826: [PATCH] gnu: hostapd: Add ACS and full dynamic vpn
 support
Date: Sat, 06 May 2023 18:05:45 +0200
Hi,

Alexey Abramov <levenson <at> mmer.org> skribis:

> * gnu/packages/admin.scm (hostapd): ACS (Automatic Channel Selection)
> will allow hostapd to pick the channel automatically. Full dynamic
> vlan support enables hostapd to automatically create bridge and VLAN
> interfaces if necessary (enables vlan_tagged_interface option).

Applied, thanks!

Ludo’.


This bug report was last modified 2 years and 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.