From 62d8f72c4a1791a65f261369b3d5e64cc5a53aa5 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 26 Dec 2018 00:06:06 +0100 Subject: [PATCH] libs/alsa-lib: Add /etc/asound.conf for backup Even if /etc/asound.conf isn't installed we should try to preserve user configurations during sysupgrades Signed-off-by: Daniel Engberg --- libs/alsa-lib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index 40d50a543..749a0a73e 100644 --- a/libs/alsa-lib/Makefile +++ b/libs/alsa-lib/Makefile @@ -42,6 +42,10 @@ define Package/alsa-lib/description You must have enabled the ALSA support in the kernel. endef +define Package/alsa-lib/conffiles +/etc/asound.conf +endef + TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS+= \