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-a3cf2f4a3e73master
parent
bdd0dbf1ab
commit
07131c043c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue