mirror of https://github.com/OpenIPC/composer.git
Update faceter project
parent
9612ef64c8
commit
a70bce831f
|
@ -67,7 +67,7 @@ BR2_PACKAGE_IPCTOOL=y
|
|||
BR2_PACKAGE_JSON_C=y
|
||||
# BR2_PACKAGE_JSONFILTER is not set
|
||||
BR2_PACKAGE_LIBCURL_OPENIPC=y
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_CURL is not set
|
||||
BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_PROXY_SUPPORT is not set
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_COOKIES_SUPPORT is not set
|
||||
|
@ -93,7 +93,7 @@ BR2_PACKAGE_MICROBE_WEB=y
|
|||
BR2_PACKAGE_YAML_CLI=y
|
||||
BR2_PACKAGE_QUIRC_OPENIPC=y
|
||||
BR2_PACKAGE_FACETER_CAMERA=y
|
||||
# BR2_PACKAGE_AUTONIGHT is not set
|
||||
BR2_PACKAGE_AUTONIGHT=y
|
||||
|
||||
# WiFi
|
||||
BR2_PACKAGE_WIRELESS_TOOLS=y
|
||||
|
@ -110,7 +110,6 @@ BR2_PACKAGE_WIREGUARD_LINUX_COMPAT=y
|
|||
BR2_PACKAGE_WIREGUARD_TOOLS=y
|
||||
|
||||
# EXPERIMENTAL
|
||||
BR2_PACKAGE_AUTONIGHT=y
|
||||
# BR2_PACKAGE_ONVIF_SIMPLE_SERVER is not set
|
||||
|
||||
# DEBUG
|
||||
|
|
|
@ -3,3 +3,4 @@ composer_message="This firmware was created with the Composer project."
|
|||
#
|
||||
default_timezone="MSK-3,Europe/Moscow"
|
||||
#
|
||||
support_sensors="gc2053,gc4653,jxq03p,sc2335,sc5235"
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
if [ /usr/bin/dn-monitor.sh ]; then
|
||||
dn-monitor.sh > /dev/null 2>&1 &
|
||||
else
|
||||
echo "The day/night monitor DISABLED"
|
||||
fi
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue