From c6ad88418e29a4c575b38e4497fb3d00c9af1f58 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 5 Oct 2007 15:59:42 +0000 Subject: [PATCH] [packages] alsa-lib depends on kmod-soundcore since [8910] git-svn-id: svn://svn.openwrt.org/openwrt/packages@9142 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/alsa-lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index 0f5d1495a..cd0064231 100644 --- 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 -- 2.11.0