diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2018-07-17 19:41:09 -0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 09:49:06 +0100 |
commit | aa3e4d56c6a569cd230a0463200ca50102f031db (patch) | |
tree | 919b2aa6e97d46ee5a4bbe530e091e18e9a54db8 /package/base-files | |
parent | 4e4d124b27a35d97ab164a9eeea559733f14d07a (diff) | |
download | upstream-aa3e4d56c6a569cd230a0463200ca50102f031db.tar.gz upstream-aa3e4d56c6a569cd230a0463200ca50102f031db.tar.bz2 upstream-aa3e4d56c6a569cd230a0463200ca50102f031db.zip |
base-files: fix wrong sysctl parameter order
Restarting service sysctl echos multiple errors like:
sysctl: -e: No such file or directory
After the first filename, all remaining arguments are treated
as files.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(backported from 4c4288728611d334efb777b74e737e1f98e0dc1b)
Diffstat (limited to 'package/base-files')
-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 ca1cb47a6c..8775ffbc80 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:=192 +PKG_RELEASE:=193 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |