diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-05-18 11:54:49 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-05-18 11:54:49 +0000 |
commit | 6a79ee257d0f28fd5a1db80f78c959d5b8a3a702 (patch) | |
tree | a789bface8046878fca734b798bd1fa890ff7bf4 /package/kernel | |
parent | d54393904254e5fefdfd8ac543b7388b048ba248 (diff) | |
download | upstream-6a79ee257d0f28fd5a1db80f78c959d5b8a3a702.tar.gz upstream-6a79ee257d0f28fd5a1db80f78c959d5b8a3a702.tar.bz2 upstream-6a79ee257d0f28fd5a1db80f78c959d5b8a3a702.zip |
sound: Remove atheros restriction, since atheros can have usb sound cards
SVN-Revision: 11168
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/sound.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |