1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

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

SVN-Revision: 11168
This commit is contained in:
Rod Whitby 2008-05-18 11:54:49 +00:00
parent d543939042
commit 6a79ee257d

@ -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 \