hc
2023-02-15 557890c7ca0980ccc625a4e8f0cfa8898649a5c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_IPC_DAEMON
   bool "ipc-daemon app"
   help
     daemon app for ip camera, monitor ipc processes and process system commands
 
if BR2_PACKAGE_IPC_DAEMON
 
config BR2_PACKAGE_IPC_DAEMON_MINILOGGER
   bool "enable ipc-daemon miniloger print"
   select BR2_PACKAGE_MINILOGGER
   default y
   help
     Enable ipc-daemon miniloger print.
 
endif # BR2_PACKAGE_IPC_DAEMON