mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 03:41:26 +00:00
* update fancontrol configuration * Enable network activity led, default to eth0 * Do not disable auto poweron on power loss event * Added UPS timer Provide timer to poweroff system after 600 s (10 minutes) of power loss event. If power restored within that time window, cancel the timer. * Use different service for legacy LK 4.4 does not have ledtrig-netdev, so it will cause the service to fail. * Use 10m instead 600 seconds in UPS timer Systemd time can use m suffix for minutes. Use this to make it easier to read.
11 lines
351 B
Text
11 lines
351 B
Text
# RK3399 hexa core 4GB SoC 2.5GbE eMMC USB3 SATA M.2 UPS
|
|
BOARD_NAME="Helios64"
|
|
BOARDFAMILY="rk3399"
|
|
BOOTCONFIG="helios64-rk3399_defconfig"
|
|
KERNEL_TARGET="legacy,current,dev"
|
|
MODULES="lm75 ledtrig-netdev"
|
|
MODULES_LEGACY="lm75"
|
|
FULL_DESKTOP="yes"
|
|
PACKAGE_LIST_BOARD="mdadm i2c-tools fancontrol"
|
|
PACKAGE_LIST_BOARD_REMOVE="fake-hwclock"
|
|
CPUMAX="1800000"
|