Update T21 HDC-51

This commit is contained in:
Signor Pellegrino (from Citadel PC)
2024-04-01 23:19:46 +03:00
parent a3919525b0
commit daf0bb5e8e
3 changed files with 17 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
BR2_PACKAGE_VTUND_OPENIPC=y
BR2_PACKAGE_YAML_CLI=y
BR2_PACKAGE_QUIRC_OPENIPC=y
BR2_PACKAGE_AUTONIGHT=y
# WiFi
BR2_PACKAGE_WIRELESS_TOOLS=y

View File

@@ -0,0 +1,14 @@
#!/bin/sh
case "$1" in
start)
autonight -d 3
;;
stop)
kill -9 $(pidof autonight)
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
;;
esac

View File

@@ -10,12 +10,10 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/t
#
# Set custom majestic settings
#
cli -s .system.webAdmin disabled
cli -s .system.staticDir /var/www/majestic
cli -s .isp.blkCnt 1
cli -s .isp.blkCnt 2
cli -s .nightMode.irCutPin1 50
cli -s .nightMode.irCutSingleInvert true
#cli -s .nightMode.backlightPin ??
cli -s .nightMode.lightMonitor false
cli -s .video0.codec h264
cli -s .audio.enabled true
cli -s .audio.volume 50