Răsfoiți Sursa

sound: Remove atheros restriction, since atheros can have usb sound cards

SVN-Revision: 11168
Rod Whitby 17 ani în urmă
părinte
comite
6a79ee257d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/kernel/modules/sound.mk

+ 1 - 1
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 \