From 28fd4ac512ec1c08a79ac7a434b2def3cc82f1d5 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 5 Jan 2020 13:57:48 +0100 Subject: ixp4xx: remove unmaintained target This target is still on kernel 4.9, and it looks like there is no active maintainer for this target anymore. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Adrian Schmutzler --- package/kernel/linux/modules/sound.mk | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'package/kernel/linux/modules/sound.mk') diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index c83e553d8f..aa7eb72756 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -255,25 +255,6 @@ endef $(eval $(call KernelPackage,sound-soc-imx-sgtl5000)) -define KernelPackage/sound-soc-gw_avila - TITLE:=Gateworks Avila SoC sound support - KCONFIG:= \ - CONFIG_SND_GW_AVILA_SOC \ - CONFIG_SND_GW_AVILA_SOC_PCM \ - CONFIG_SND_GW_AVILA_SOC_HSS - FILES:= \ - $(LINUX_DIR)/sound/soc/codecs/snd-soc-tlv320aic3x.ko \ - $(LINUX_DIR)/sound/soc/gw-avila/snd-soc-gw-avila.ko \ - $(LINUX_DIR)/sound/soc/gw-avila/snd-soc-gw-avila-pcm.ko \ - $(LINUX_DIR)/sound/soc/gw-avila/snd-soc-gw-avila-hss.ko - AUTOLOAD:=$(call AutoLoad,65,snd-soc-tlv320aic3x snd-soc-gw-avila snd-soc-gw-avila-pcm snd-soc-gw-avila-hss) - DEPENDS:=@TARGET_ixp4xx +kmod-sound-soc-core - $(call AddDepends/sound) -endef - -$(eval $(call KernelPackage,sound-soc-gw_avila)) - - define KernelPackage/pcspkr DEPENDS:=@TARGET_x86 +kmod-input-core TITLE:=PC speaker support -- cgit v1.2.3