diff options
author | John Crispin <john@phrozen.org> | 2020-11-03 17:43:22 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-11-04 07:36:49 +0100 |
commit | be09c5a3cd6535ccfc6b1628546c0416d94bd131 (patch) | |
tree | fa52ddb71dab5721bbc130ebb727f58e0399916c /package/base-files/Makefile | |
parent | df9ee254aae57752ea23ea17372b08947a01ef71 (diff) | |
download | upstream-be09c5a3cd6535ccfc6b1628546c0416d94bd131.tar.gz upstream-be09c5a3cd6535ccfc6b1628546c0416d94bd131.tar.bz2 upstream-be09c5a3cd6535ccfc6b1628546c0416d94bd131.zip |
base-files: add board.d support for bridge device
Latest netifd allows us to setup network bridges with implicit vlan
tagging. For this to work, we need to setup several additional uci
sections. This feature is particularly usefull for DSA tupe devices.
Add board.d and uci-defaults support for generating the sections.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index c139ea313b..f63c4db533 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=base-files -PKG_RELEASE:=234 +PKG_RELEASE:=235 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |