package/kernel: add dependency on kmod-input-core to kmod-sound-core (closes: #7140)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20901 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2010-04-16 03:52:49 +00:00
parent 48a6ca1c00
commit 2839397f6f
1 changed files with 1 additions and 1 deletions

View File

@ -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 \