mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-11 17:32:56 +01:00
package/kernel: add dependency on kmod-input-core to kmod-sound-core (closes: #7140)
SVN-Revision: 20901
This commit is contained in:
parent
37551b9366
commit
f1eb6dd095
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue