From: blogic Date: Fri, 5 Oct 2007 20:34:04 +0000 (+0000) Subject: fixed broken alsa-lib depedency introduced by #8910 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f6fd732bac4207a484bde3d0dcd3372729faa2f6;p=packages.git fixed broken alsa-lib depedency introduced by #8910 git-svn-id: svn://svn.openwrt.org/openwrt/packages@9149 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index cd0064231..399d71f60 100644 --- 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