projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56cab04
)
alsa-lib depends on kmod-soundcore since [8910]
author
Gabor Juhos
<juhosg@openwrt.org>
Fri, 5 Oct 2007 15:59:42 +0000
(15:59 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Fri, 5 Oct 2007 15:59:42 +0000
(15:59 +0000)
SVN-Revision: 9142
libs/alsa-lib/Makefile
patch
|
blob
|
history
diff --git
a/libs/alsa-lib/Makefile
b/libs/alsa-lib/Makefile
index 0f5d1495a5a47352f53def984ab079059eceb887..cd006423117f2d856f80a612a8c721fe37f86b7c 100644
(file)
--- a/
libs/alsa-lib/Makefile
+++ b/
libs/alsa-lib/Makefile
@@
-1,4
+1,4
@@
-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@
-21,7
+21,7
@@
include $(INCLUDE_DIR)/package.mk
ifeq ($(KERNEL),2.4)
DEPENDS_KMOD:=+kmod-alsa
else
-DEPENDS_KMOD:=+kmod-sound
-
core
+DEPENDS_KMOD:=+kmod-soundcore
endif
define Package/alsa-lib