unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62826] [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support
@ 2023-04-14  6:46 Alexey Abramov via Guix-patches via
  2023-04-14  6:50 ` [bug#62826] [PATCH v2] gnu: hostapd: Add ACS and full dynamic vlan support Alexey Abramov via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Abramov via Guix-patches via @ 2023-04-14  6:46 UTC (permalink / raw)
  To: 62826

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#62826] [PATCH v2] gnu: hostapd: Add ACS and full dynamic vlan support
  2023-04-14  6:46 [bug#62826] [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support Alexey Abramov via Guix-patches via
@ 2023-04-14  6:50 ` Alexey Abramov via Guix-patches via
  2023-05-06 16:05   ` bug#62826: [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Abramov via Guix-patches via @ 2023-04-14  6:50 UTC (permalink / raw)
  To: 62826

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#62826: [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support
  2023-04-14  6:50 ` [bug#62826] [PATCH v2] gnu: hostapd: Add ACS and full dynamic vlan support Alexey Abramov via Guix-patches via
@ 2023-05-06 16:05   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2023-05-06 16:05 UTC (permalink / raw)
  To: Alexey Abramov; +Cc: 62826-done

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’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-06 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14  6:46 [bug#62826] [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support Alexey Abramov via Guix-patches via
2023-04-14  6:50 ` [bug#62826] [PATCH v2] gnu: hostapd: Add ACS and full dynamic vlan support Alexey Abramov via Guix-patches via
2023-05-06 16:05   ` bug#62826: [PATCH] gnu: hostapd: Add ACS and full dynamic vpn support Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).