[packages] alsa-lib depends on kmod-soundcore since [8910]
authorGabor Juhos <juhosg@openwrt.org>
Fri, 5 Oct 2007 15:59:42 +0000 (15:59 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 5 Oct 2007 15:59:42 +0000 (15:59 +0000)
SVN-Revision: 9142

libs/alsa-lib/Makefile

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