1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 05:05:08 +03:00

[kernel] Config symbol is boolean.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16198 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2009-05-29 20:12:37 +00:00
parent aa001138e4
commit 646ce3c344

View File

@ -97,7 +97,7 @@ define KernelPackage/sound-ps3
TITLE:=PS3 Audio
DEPENDS:=kmod-sound-core
KCONFIG:=CONFIG_SND_PS3 \
CONFIG_SND_PPC
CONFIG_SND_PPC=y
FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,35, snd_ps3)
endef