summaryrefslogtreecommitdiffstats
path: root/target/linux/xburst
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-07 16:32:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-07 16:32:44 +0000
commit43b5706ef560800e3a1ae6e50c6534cccc469c2b (patch)
treea2ebf57e82b4c7dce319a51bc25ff764f5195aaa /target/linux/xburst
parentb4b60ab62f6af3c0bcc70599480b11517a756b8b (diff)
downloadmaster-31e0f0ae-43b5706ef560800e3a1ae6e50c6534cccc469c2b.tar.gz
master-31e0f0ae-43b5706ef560800e3a1ae6e50c6534cccc469c2b.tar.bz2
master-31e0f0ae-43b5706ef560800e3a1ae6e50c6534cccc469c2b.zip
xburst: remove an obsolete CompareKernelPatchVer call
SVN-Revision: 32115
Diffstat (limited to 'target/linux/xburst')
-rw-r--r--target/linux/xburst/modules.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk
index bb8d1f59c7..ad953d5852 100644
--- a/target/linux/xburst/modules.mk
+++ b/target/linux/xburst/modules.mk
@@ -13,7 +13,6 @@ define KernelPackage/sound-soc-jz4740
AUTOLOAD:=$(call AutoLoad,60,snd-soc-jz4740 snd-soc-jz4740-i2s)
endef
-ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.35)),1)
define KernelPackage/sound-soc-jz4740-codec
SUBMENU:=$(SOUND_MENU)
DEPENDS:=kmod-sound-soc-core @TARGET_xburst
@@ -22,16 +21,6 @@ define KernelPackage/sound-soc-jz4740-codec
FILES:=$(LINUX_DIR)/sound/soc/codecs/snd-soc-jz4740-codec.ko
AUTOLOAD:=$(call AutoLoad,60,snd-soc-jz4740-codec)
endef
-else
-define KernelPackage/sound-soc-jz4740-codec
- SUBMENU:=$(SOUND_MENU)
- DEPENDS:=kmod-sound-soc-core @TARGET_xburst
- TITLE:=JZ4740 SoC internal codec support
- KCONFIG:=CONFIG_SND_SOC_JZCODEC CONFIG_SND_SOC_JZ4740_CODEC
- FILES:=$(LINUX_DIR)/sound/soc/codecs/snd-soc-jzcodec.ko
- AUTOLOAD:=$(call AutoLoad,60,snd-soc-jzcodec)
-endef
-endif
define KernelPackage/sound-soc-xburst/default
SUBMENU:=$(SOUND_MENU)