From: rwhitby Date: Sun, 18 May 2008 11:54:49 +0000 (+0000) Subject: sound: Remove atheros restriction, since atheros can have usb sound cards X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/8d86a156cc315c645560e6215ae17fed06a582c8 sound: Remove atheros restriction, since atheros can have usb sound cards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11168 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index af637dfd2..a69780701 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 \