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 <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg 2018-12-26 00:06:06 +01:00 committed by GitHub
parent c849172949
commit 62d8f72c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View 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+= \