mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
* update base 21.02 revision * update v5.10 support * fix captive portal * cleanup ucentral-* packages * update ucentral-* packages * cleanup profiles * fix worflow Signed-off-by: John Crispin <john@phrozen.org>
39 lines
1.4 KiB
Diff
39 lines
1.4 KiB
Diff
From 4cbb46d6f0fbf451439f9bcb96ffdcd32529c20d Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Mon, 29 Mar 2021 16:05:14 +0200
|
|
Subject: [PATCH 33/37] target: enable vlan-filtering on various targets
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
target/linux/ipq40xx/base-files/etc/board.d/02_network | 1 +
|
|
target/linux/mediatek/mt7622/base-files/etc/board.d/02_network | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network
|
|
index fe21dc8035..8b7364ff33 100755
|
|
--- a/target/linux/ipq40xx/base-files/etc/board.d/02_network
|
|
+++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network
|
|
@@ -179,6 +179,7 @@ ipq40xx_setup_macs()
|
|
|
|
board_config_update
|
|
board=$(board_name)
|
|
+ucidef_set_bridge_device bridge
|
|
ipq40xx_setup_interfaces $board
|
|
ipq40xx_setup_macs $board
|
|
board_config_flush
|
|
diff --git a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
|
|
index f1daa2fae1..fa48c4008c 100644
|
|
--- a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
|
|
+++ b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
|
|
@@ -30,6 +30,7 @@ mediatek_setup_interfaces()
|
|
|
|
board_config_update
|
|
board=$(board_name)
|
|
+ucidef_set_bridge_device bridge
|
|
mediatek_setup_interfaces $board
|
|
board_config_flush
|
|
|
|
--
|
|
2.25.1
|
|
|