From dccd08de633300e474fac1fa14811abfa9462258 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 21 Oct 2021 11:03:48 +0200 Subject: systemd: update to 249 --- target/Makefile | 2 +- target/linux/config/Config.in.fsopts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/Makefile b/target/Makefile index 3a063ef84..0ebae1de2 100644 --- a/target/Makefile +++ b/target/Makefile @@ -56,7 +56,7 @@ ifeq ($(ADK_RUNTIME_VERBOSE_KERNEL_VGA_ONLY),y) $(BUILD_DIR)/.kernelconfig.board endif ifeq ($(ADK_RUNTIME_VERBOSE_KERNEL_SERIAL_ONLY),y) - $(SED) 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 console=$(ADK_RUNTIME_CONSOLE_SERIAL_DEVICE),$(ADK_RUNTIME_CONSOLE_SERIAL_SPEED)"#' \ + $(SED) 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 console=$(ADK_RUNTIME_CONSOLE_SERIAL_DEVICE),$(ADK_RUNTIME_CONSOLE_SERIAL_SPEED)" systemd.log_level=debug systemd.log_target=console#' \ $(BUILD_DIR)/.kernelconfig.board endif ifeq ($(ADK_RUNTIME_VERBOSE_KERNEL_VGA_SERIAL),y) diff --git a/target/linux/config/Config.in.fsopts b/target/linux/config/Config.in.fsopts index d8afb57ce..ec2a5378f 100644 --- a/target/linux/config/Config.in.fsopts +++ b/target/linux/config/Config.in.fsopts @@ -9,4 +9,7 @@ config ADK_LINUX_KERNEL_INOTIFY_USER config ADK_LINUX_KERNEL_DNOTIFY bool "Enable DNOTIFY" +config ADK_LINUX_KERNEL_FANOTIFY + bool "Enable FANOTIFY" + endmenu -- cgit v1.2.3