From: Daniel Engberg Date: Tue, 25 Dec 2018 23:06:06 +0000 (+0100) Subject: libs/alsa-lib: Add /etc/asound.conf for backup X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=62d8f72c4a1791a65f261369b3d5e64cc5a53aa5;p=openwrt-packages.git 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 --- 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+= \