diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-06-08 16:03:20 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-07 23:13:29 +0200 |
commit | df7581e4c0966110cae823a7946aaa9c91003002 (patch) | |
tree | f702903327e7cb96b367e568ea506d3e01b6c030 /package/base-files/Makefile | |
parent | 0691a172d034b8eb0a4062775d04f07c1f972274 (diff) | |
download | upstream-df7581e4c0966110cae823a7946aaa9c91003002.tar.gz upstream-df7581e4c0966110cae823a7946aaa9c91003002.tar.bz2 upstream-df7581e4c0966110cae823a7946aaa9c91003002.zip |
base-files: increase default system log size to 64 kB
Increase the default system log buffer size
from 16 kB (built-in default in ubox logd)
to 64 kB by setting the option in /etc/config/system.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
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 4015c340c8..1334d80d5d 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=168 +PKG_RELEASE:=169 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |