diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 11:40:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 11:40:06 +0000 |
commit | b872533e6808ad0b0f1d29f7b5b413fd6dda26e0 (patch) | |
tree | 2ef6877a8f5a315de32aac618043a8393f05293f /package/kernel/linux | |
parent | 742700719303feedac8f98fd801c0ef769c52ead (diff) | |
download | upstream-b872533e6808ad0b0f1d29f7b5b413fd6dda26e0.tar.gz upstream-b872533e6808ad0b0f1d29f7b5b413fd6dda26e0.tar.bz2 upstream-b872533e6808ad0b0f1d29f7b5b413fd6dda26e0.zip |
build: remove leftover olpc support code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45084
Diffstat (limited to 'package/kernel/linux')
-rw-r--r-- | package/kernel/linux/modules/sound.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 964524b0af..9a3caed32a 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -145,22 +145,6 @@ endef $(eval $(call KernelPackage,sound-i8x0)) -define KernelPackage/sound-cs5535audio - TITLE:=CS5535 PCI Controller - DEPENDS:=+kmod-ac97 - KCONFIG:=CONFIG_SND_CS5535AUDIO - FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.ko - AUTOLOAD:=$(call AutoLoad,36,snd-cs5535audio) - $(call AddDepends/sound) -endef - -define KernelPackage/sound-cs5535audio/description - Support for the integrated AC97 sound device on olpc -endef - -$(eval $(call KernelPackage,sound-cs5535audio)) - - define KernelPackage/sound-soc-core TITLE:=SoC sound support DEPENDS:=+kmod-regmap +kmod-ac97 |