Browse Source

Merge pull request #7775 from diizzyy/patch-22

libs/alsa-lib: Add /etc/asound.conf for backup
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
13e0bc831d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libs/alsa-lib/Makefile

+ 4
- 0
libs/alsa-lib/Makefile 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+= \


Loading…
Cancel
Save