libs/alsa-lib: Add /etc/asound.conf for backup 7775/head
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Tue, 25 Dec 2018 23:06:06 +0000 (00:06 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Dec 2018 23:06:06 +0000 (00:06 +0100)
Even if /etc/asound.conf isn't installed we should try to
preserve user configurations during sysupgrades

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
libs/alsa-lib/Makefile

index 40d50a543b272d1ee0de3ce0a7003a48f603e8f5..749a0a73e4184c75610b4115b663dae6959d6b92 100644 (file)
@@ -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+= \