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:
ec412c9
)
fixed broken alsa-lib depedency introduced by #8910
author
John Crispin
<john@openwrt.org>
Fri, 5 Oct 2007 20:34:04 +0000
(20:34 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 5 Oct 2007 20:34:04 +0000
(20:34 +0000)
SVN-Revision: 9149
libs/alsa-lib/Makefile
patch
|
blob
|
history
diff --git
a/libs/alsa-lib/Makefile
b/libs/alsa-lib/Makefile
index cd006423117f2d856f80a612a8c721fe37f86b7c..399d71f609165052d4e0440affe5299207bc8177 100644
(file)
--- a/
libs/alsa-lib/Makefile
+++ b/
libs/alsa-lib/Makefile
@@
-21,7
+21,7
@@
include $(INCLUDE_DIR)/package.mk
ifeq ($(KERNEL),2.4)
DEPENDS_KMOD:=+kmod-alsa
else
-DEPENDS_KMOD:=+kmod-soundcore
+DEPENDS_KMOD:=+kmod-sound
-
core
endif
define Package/alsa-lib