1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 03:13:20 +02:00

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
This commit is contained in:
rwhitby 2008-05-18 11:54:49 +00:00
parent 22a405453c
commit 8d86a156cc

View File

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