1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bump buildroot to the latest 2023.02.x LTS version

This commit is contained in:
j1nx
2023-04-07 12:48:03 +02:00
parent 281cc65b06
commit d2ec98cd4f
2797 changed files with 290 additions and 1441 deletions

View File

@@ -11,6 +11,7 @@ enable ovos-splash-systemd.service
enable mycroft-admin-phal.service
enable smb.service
enable nmb.service
enable mglru.service
disable pulseaudio.service
disable getty@.service

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Configure multigenerational LRU
ConditionPathExists=/sys/kernel/mm/lru_gen/enabled
[Service]
Type=oneshot
ExecStart=/bin/sh -c "echo 1 > /sys/kernel/mm/lru_gen/min_ttl_ms"
[Install]
WantedBy=basic.target