projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e4d124
)
base-files: fix wrong sysctl parameter order
author
Luiz Angelo Daros de Luca
<luizluca@gmail.com>
Tue, 17 Jul 2018 22:41:09 +0000
(19:41 -0300)
committer
Jo-Philipp Wich
<jo@mein.io>
Tue, 18 Dec 2018 08:49:06 +0000
(09:49 +0100)
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
)
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index ca1cb47a6cc554c3292aef02f7f86a1c0432f0f7..8775ffbc80ec5833d6cad473ae21f10acaef90bd 100644
(file)
--- 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:=19
2
+PKG_RELEASE:=19
3
PKG_FLAGS:=nonshared
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/