mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 12:37:02 +00:00
Config symbol is boolean.
SVN-Revision: 16198
This commit is contained in:
parent
9be0df0caa
commit
442cdc9a1b
@ -97,7 +97,7 @@ define KernelPackage/sound-ps3
|
|||||||
TITLE:=PS3 Audio
|
TITLE:=PS3 Audio
|
||||||
DEPENDS:=kmod-sound-core
|
DEPENDS:=kmod-sound-core
|
||||||
KCONFIG:=CONFIG_SND_PS3 \
|
KCONFIG:=CONFIG_SND_PS3 \
|
||||||
CONFIG_SND_PPC
|
CONFIG_SND_PPC=y
|
||||||
FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,35, snd_ps3)
|
AUTOLOAD:=$(call AutoLoad,35, snd_ps3)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user