From 0a46af45c53a28b04b3824a0192d3a902ff88f21 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sun, 17 Sep 2006 20:29:38 +0000 Subject: [PATCH] change alsa to depend on usb support instead of pci SVN-Revision: 4801 --- openwrt/package/alsa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/alsa/Makefile b/openwrt/package/alsa/Makefile index 9a745aa96b..887404c0c2 100644 --- a/openwrt/package/alsa/Makefile +++ b/openwrt/package/alsa/Makefile @@ -33,7 +33,7 @@ endif define Package/kmod-alsa SECTION:=drivers CATEGORY:=Drivers -DEPENDS:=@PCI_SUPPORT +DEPENDS:=@USB_SUPPORT TITLE:=Advanced Linux Sound Architecture DESCRIPTION:=Advanced Linux Sound Architecture URL:=http://alsa-project.org/