aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
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
commit07131c043cef2983b9cbf161abc752209220d9a7 (patch)
tree07a5a77bd8477d3da587a650a98bbe53d977694c /package/kernel
parentbdd0dbf1ab81c97d3f9f389e8b8a436c0028b914 (diff)
downloadmaster-187ad058-07131c043cef2983b9cbf161abc752209220d9a7.tar.gz
master-187ad058-07131c043cef2983b9cbf161abc752209220d9a7.tar.bz2
master-187ad058-07131c043cef2983b9cbf161abc752209220d9a7.zip
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
Diffstat (limited to 'package/kernel')
-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 \