From fdc060ab009268f023a86174d05d976136a8b608 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 11 Mar 2010 09:12:44 +0000 Subject: [PATCH] [package] kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20133 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/sound.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 1f2cc4e74..e4a4c73cf 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -133,10 +133,13 @@ endef $(eval $(call KernelPackage,sound-cs5535audio)) + define KernelPackage/sound-soc-core $(call KernelPackage/sound/Depends) TITLE:=SoC sound support - KCONFIG:=CONFIG_SND_SOC + KCONFIG:= \ + CONFIG_SND_SOC \ + CONFIG_SND_SOC_ALL_CODECS=n FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko AUTOLOAD:=$(call AutoLoad,35, snd-soc-core) endef -- 2.20.1