projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[hotplug2] Removed extra ; in exec rule
[openwrt.git]
/
package
/
kernel
/
modules
/
sound.mk
diff --git
a/package/kernel/modules/sound.mk
b/package/kernel/modules/sound.mk
index
5146bf4
..
60864b1
100644
(file)
--- a/
package/kernel/modules/sound.mk
+++ b/
package/kernel/modules/sound.mk
@@
-4,7
+4,6
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
SOUND_MENU:=Sound Support
SOUND_MENU:=Sound Support
@@
-98,7
+97,7
@@
define KernelPackage/sound-ps3
TITLE:=PS3 Audio
DEPENDS:=kmod-sound-core
KCONFIG:=CONFIG_SND_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
FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,35, snd_ps3)
endef
This page took
0.022976 seconds
and
4
git commands to generate.