fixed broken alsa-lib depedency introduced by #8910
authorJohn Crispin <john@openwrt.org>
Fri, 5 Oct 2007 20:34:04 +0000 (20:34 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 5 Oct 2007 20:34:04 +0000 (20:34 +0000)
SVN-Revision: 9149

libs/alsa-lib/Makefile

index cd006423117f2d856f80a612a8c721fe37f86b7c..399d71f609165052d4e0440affe5299207bc8177 100644 (file)
@@ -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