X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c8bfa8df5cfa2a520b44a60bc893dcfcd9807b84..5276efbdd3a9121de14a3588a915feaf15263ef9:/package/kernel/modules/sound.mk?ds=sidebyside diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 5146bf469..60864b105 100644 --- 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. # -# $Id$ SOUND_MENU:=Sound Support @@ -98,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