diff options
author | John Crispin <john@phrozen.org> | 2019-10-30 16:59:14 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-11-12 11:52:38 +0100 |
commit | 6becc37f33be4c2f2b5d58467bdda41c251d9e2e (patch) | |
tree | f42712d55cdfde2b4a03dcebae560bdbac16f3f3 /package/base-files/Makefile | |
parent | a5bc9787d4ef89c9e2593a191b3c4cf8702b41a3 (diff) | |
download | upstream-6becc37f33be4c2f2b5d58467bdda41c251d9e2e.tar.gz upstream-6becc37f33be4c2f2b5d58467bdda41c251d9e2e.tar.bz2 upstream-6becc37f33be4c2f2b5d58467bdda41c251d9e2e.zip |
base-files: add 'wifi reconf'
Now that netifd and hostapd allow dynamic reconfiguration, add a
command to trigger it.
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Daniel Golle <daniel@makrotopia.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 addbac8664..5c121ace24 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:=206 +PKG_RELEASE:=207 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |