mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
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:
committed by
Joachim Wiberg
parent
f056e20558
commit
c4b7b2aa65
@@ -0,0 +1 @@
|
||||
service [2345789] log:prio:user.notice rauc service -- Software update service
|
||||
@@ -0,0 +1 @@
|
||||
../available/rauc.conf
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user