diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2020-04-10 12:07:25 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-12 22:29:02 +0800 |
commit | f017f617aecbd47debd4d3a734dc0e471342db96 (patch) | |
tree | 477423d6839f059542c626636f9c4b121d5ef367 /package/base-files/Makefile | |
parent | 605a7ffff2995f09a222489a143fcdb94540b3d6 (diff) | |
download | upstream-f017f617aecbd47debd4d3a734dc0e471342db96.tar.gz upstream-f017f617aecbd47debd4d3a734dc0e471342db96.tar.bz2 upstream-f017f617aecbd47debd4d3a734dc0e471342db96.zip |
base-files: preinit: also config switch when no port roles defined
current preinit code in base-files doesn't config switch when there are
no port roles defined. But this kind of configuration exists on single
port devices where switch vlan is simply disabled.
configure reset and enable_vlan property when a switch node exist.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
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 87c43fdc0c..f0085e5690 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:=216 +PKG_RELEASE:=217 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |