[source] kernel: enable CONFIG_SND_PROC_FS by default (FS#54)

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 21 06:33:55 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=d22fc1973c952133b9db96b2d99355e2eeb44c25

commit d22fc1973c952133b9db96b2d99355e2eeb44c25
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Jul 21 15:29:57 2016 +0200

    kernel: enable CONFIG_SND_PROC_FS by default (FS#54)
    
    Some user space code relies on it
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/generic/config-4.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4
index dfd8b13..7ff9705 100644
--- a/target/linux/generic/config-4.4
+++ b/target/linux/generic/config-4.4
@@ -3773,7 +3773,7 @@ CONFIG_SND_PCM_OSS_PLUGINS=y
 # CONFIG_SND_PORTMAN2X4 is not set
 # CONFIG_SND_POWERPC_SOC is not set
 # CONFIG_SND_PPC is not set
-# CONFIG_SND_PROC_FS is not set
+CONFIG_SND_PROC_FS=y
 # CONFIG_SND_RAWMIDI is not set
 # CONFIG_SND_RAWMIDI_SEQ is not set
 # CONFIG_SND_RIPTIDE is not set
@@ -3899,7 +3899,7 @@ CONFIG_SND_USB=y
 # CONFIG_SND_USB_USX2Y is not set
 # CONFIG_SND_USB_VARIAX is not set
 # CONFIG_SND_VERBOSE_PRINTK is not set
-CONFIG_SND_VERBOSE_PROCFS=y
+# CONFIG_SND_VERBOSE_PROCFS is not set
 # CONFIG_SND_VIA82XX is not set
 # CONFIG_SND_VIA82XX_MODEM is not set
 # CONFIG_SND_VIRTUOSO is not set



More information about the lede-commits mailing list