Files
wlan-ap/patches/0024-target-enable-vlan-filtering-on-various-targets.patch
John Crispin bc13ab4544 ucentral: various updates and fixes
* Gateway and client are now talking jsonrpc on the wire.
* update the datamodel to the latest version.
* add github workflow
* add zero touch on-boarding

Signed-off-by: John Crispin <john@phrozen.org>
2021-03-29 18:51:13 +02:00

39 lines
1.4 KiB
Diff

From b4b632ac77e22d2522c3cb2cccf24b1dfae379f4 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Mon, 29 Mar 2021 16:05:14 +0200
Subject: [PATCH] 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 82dba44587..d8a90e507e 100755
--- a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
+++ b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
@@ -43,6 +43,7 @@ mediatek_setup_macs()
board_config_update
board=$(board_name)
+ucidef_set_bridge_device bridge
mediatek_setup_interfaces $board
mediatek_setup_macs $board
board_config_flush
--
2.25.1