From ec04e769c874f8f1fac1cfc9004acb1d1bcf74fc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 27 Jan 2015 20:46:53 +0000 Subject: ep93xx: fix broken kmods after r44112 (#18833) Signed-off-by: Jo-Philipp Wich SVN-Revision: 44155 --- target/linux/ep93xx/modules.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target') diff --git a/target/linux/ep93xx/modules.mk b/target/linux/ep93xx/modules.mk index 07726c9509..50c049da33 100644 --- a/target/linux/ep93xx/modules.mk +++ b/target/linux/ep93xx/modules.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2011-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -61,7 +61,7 @@ define KernelPackage/sound-soc-ep93xx-ac97 TITLE:=EP93xx SoC AC97 support DEPENDS:=@TARGET_ep93xx +kmod-sound-soc-core KCONFIG:=CONFIG_SND_EP93XX_SOC_AC97 - FILES:=$(LINUX_DIR)/sound/soc/$(SND_EP93XX_SOC_DIR)/snd-soc-ep93xx-ac97.ko + FILES:=$(LINUX_DIR)/sound/soc/cirrus/snd-soc-ep93xx-ac97.ko AUTOLOAD:=$(call AutoLoad,56,snd-soc-ep93xx-ac97) endef @@ -76,7 +76,7 @@ define KernelPackage/sound-soc-ep93xx-simone TITLE:=Sim.One EP93xx Soc sound support DEPENDS:=@TARGET_ep93xx +kmod-sound-soc-core KCONFIG:=CONFIG_SND_EP93XX_SOC_SIMONE - FILES:=$(LINUX_DIR)/sound/soc/$(SND_EP93XX_SOC_DIR)/snd-soc-simone.ko + FILES:=$(LINUX_DIR)/sound/soc/cirrus/snd-soc-simone.ko AUTOLOAD:=$(call AutoLoad,59,snd-soc-ep93xx) endef -- cgit v1.2.3