diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-16 03:52:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-16 03:52:49 +0000 |
commit | f1eb6dd095b40b5f85f92cf031c2d17414ee26b2 (patch) | |
tree | 0b7480da351fac757947252825351e4924baf7c0 /package/kernel/modules | |
parent | 37551b9366c1c1f56be72ec05e11776dba1ea96f (diff) | |
download | upstream-f1eb6dd095b40b5f85f92cf031c2d17414ee26b2.tar.gz upstream-f1eb6dd095b40b5f85f92cf031c2d17414ee26b2.tar.bz2 upstream-f1eb6dd095b40b5f85f92cf031c2d17414ee26b2.zip |
package/kernel: add dependency on kmod-input-core to kmod-sound-core (closes: #7140)
SVN-Revision: 20901
Diffstat (limited to 'package/kernel/modules')
-rw-r--r-- | package/kernel/modules/sound.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 46bc6853ad..a3d1486346 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -10,7 +10,7 @@ SOUND_MENU:=Sound Support define KernelPackage/sound-core SUBMENU:=$(SOUND_MENU) TITLE:=Sound support - DEPENDS:=@AUDIO_SUPPORT + DEPENDS:=@AUDIO_SUPPORT +!TARGET_x86:kmod-input-core KCONFIG:= \ CONFIG_SOUND \ CONFIG_SND \ |