projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc947f0
)
[kernel] Config symbol is boolean.
author
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 29 May 2009 20:12:37 +0000
(20:12 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 29 May 2009 20:12:37 +0000
(20:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16198
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/sound.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/sound.mk
b/package/kernel/modules/sound.mk
index
602c5e8
..
60864b1
100644
(file)
--- a/
package/kernel/modules/sound.mk
+++ b/
package/kernel/modules/sound.mk
@@
-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