rauc: Enable service

The RAUC service exports a D-Bus API that fits well with NETCONF's
notion of RPCs and notifications.
This commit is contained in:
Tobias Waldekranz
2023-06-30 15:33:10 +02:00
committed by Joachim Wiberg
parent f056e20558
commit c4b7b2aa65
5 changed files with 5 additions and 1 deletions
@@ -0,0 +1 @@
service [2345789] log:prio:user.notice rauc service -- Software update service
+1
View File
@@ -0,0 +1 @@
../available/rauc.conf
+1
View File
@@ -86,6 +86,7 @@ BR2_PACKAGE_IRQBALANCE=y
BR2_PACKAGE_KMOD_TOOLS=y
BR2_PACKAGE_PWGEN=y
BR2_PACKAGE_RAUC=y
BR2_PACKAGE_RAUC_DBUS=y
BR2_PACKAGE_RAUC_GPT=y
BR2_PACKAGE_RAUC_NETWORK=y
BR2_PACKAGE_SYSKLOGD=y
+1
View File
@@ -83,6 +83,7 @@ BR2_PACKAGE_IRQBALANCE=y
BR2_PACKAGE_KMOD_TOOLS=y
BR2_PACKAGE_PWGEN=y
BR2_PACKAGE_RAUC=y
BR2_PACKAGE_RAUC_DBUS=y
BR2_PACKAGE_RAUC_GPT=y
BR2_PACKAGE_RAUC_NETWORK=y
BR2_PACKAGE_SYSKLOGD=y
+1 -1
View File
@@ -2,7 +2,7 @@
reserved()
{
for svc in avahi dnsmasq getty klish lldpd nginx ssdpd sshd sysklogd sysrepo; do
for svc in avahi dnsmasq getty klish lldpd nginx rauc ssdpd sshd sysklogd sysrepo; do
[ "$1" = "${svc}.conf" ] && return 0
done