From: Rod Whitby Date: Sun, 18 May 2008 11:54:49 +0000 (+0000) Subject: sound: Remove atheros restriction, since atheros can have usb sound cards X-Git-Tag: v19.07.0-rc1~37176 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6a79ee257d0f28fd5a1db80f78c959d5b8a3a702;p=openwrt%2Fstaging%2Fhauke.git sound: Remove atheros restriction, since atheros can have usb sound cards SVN-Revision: 11168 --- diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index af637dfd2b..a697807016 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -12,7 +12,7 @@ SOUND_MENU:=Sound Support define KernelPackage/sound-core SUBMENU:=$(SOUND_MENU) TITLE:=Sound support - DEPENDS:=@USB_SUPPORT||PCI_SUPPORT @!TARGET_atheros + DEPENDS:=@USB_SUPPORT||PCI_SUPPORT KCONFIG:= \ CONFIG_SOUND \ CONFIG_SND \