emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62826: closed ([PATCH] gnu: hostapd: Add ACS and full dynamic vpn su


From: GNU bug Tracking System
Subject: bug#62826: closed ([PATCH] gnu: hostapd: Add ACS and full dynamic vpn support)
Date: Sat, 06 May 2023 16:06:02 +0000

Your message dated Sat, 06 May 2023 18:05:45 +0200
with message-id <878re1la1y.fsf_-_@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@gnu.org.)


-- 
62826: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62826
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@protonmail.com>
 ;;; Copyright © 2023 Lu Hui <luhux76@gmail.com>
 ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
+;;; Copyright © 2023 Alexey Abramov <levenson@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#62826: [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support Date: Sat, 06 May 2023 18:05:45 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Alexey Abramov <levenson@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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]