From e4dd6984f3ce8688b467ac1d09550c2976e4a662 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sun, 18 May 2008 11:54:49 +0000 Subject: [PATCH] sound: Remove atheros restriction, since atheros can have usb sound cards SVN-Revision: 11168 --- package/kernel/modules/sound.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2