summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2008-05-18 11:54:49 +0000
committerRod Whitby <rod@whitby.id.au>2008-05-18 11:54:49 +0000
commit6a79ee257d0f28fd5a1db80f78c959d5b8a3a702 (patch)
treea789bface8046878fca734b798bd1fa890ff7bf4 /package
parentd54393904254e5fefdfd8ac543b7388b048ba248 (diff)
downloadmaster-31e0f0ae-6a79ee257d0f28fd5a1db80f78c959d5b8a3a702.tar.gz
master-31e0f0ae-6a79ee257d0f28fd5a1db80f78c959d5b8a3a702.tar.bz2
master-31e0f0ae-6a79ee257d0f28fd5a1db80f78c959d5b8a3a702.zip
sound: Remove atheros restriction, since atheros can have usb sound cards
SVN-Revision: 11168
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/sound.mk2
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 \