1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

have sound modules built in kernel

thanks to Lars for useful hints!
This commit is contained in:
kyak
2011-02-27 17:57:33 +03:00
committed by Xiangfu Liu
parent 5629baf0c4
commit 0cd3169e25
3 changed files with 19 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ SOUND_MENU:=Sound Support
define KernelPackage/sound-core
SUBMENU:=$(SOUND_MENU)
TITLE:=Sound support
DEPENDS:=@AUDIO_SUPPORT +!TARGET_x86:kmod-input-core
DEPENDS:=@AUDIO_SUPPORT +!TARGET_x86:kmod-input-core @!TARGET_xburst_qi_lb60
KCONFIG:= \
CONFIG_SOUND \
CONFIG_SND \