mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
26 lines
860 B
Diff
26 lines
860 B
Diff
From b7d537f23e2e30282cc4003256471ca590e505f3 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Sat, 15 Jul 2023 12:08:40 +0200
|
|
Subject: [PATCH 56/68] ath79: enable bridge vlan
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
target/linux/ath79/generic/base-files/etc/board.d/02_network | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network
|
|
index 0d7396a04d..f819d3c8b8 100644
|
|
--- a/target/linux/ath79/generic/base-files/etc/board.d/02_network
|
|
+++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network
|
|
@@ -822,6 +822,7 @@ ath79_setup_macs()
|
|
|
|
board_config_update
|
|
board=$(board_name)
|
|
+ucidef_set_bridge_device bridge
|
|
ath79_setup_interfaces $board
|
|
ath79_setup_macs $board
|
|
board_config_flush
|
|
--
|
|
2.34.1
|
|
|