diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-09-17 20:29:38 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-09-17 20:29:38 +0000 |
commit | 0a46af45c53a28b04b3824a0192d3a902ff88f21 (patch) | |
tree | d49ad913180849511d451c1416cc7eff894afca8 /openwrt/package/alsa/Makefile | |
parent | d6e2ef72d9cedf4b1a4aa815f67666a43e52fcef (diff) | |
download | mtk-20170518-0a46af45c53a28b04b3824a0192d3a902ff88f21.zip mtk-20170518-0a46af45c53a28b04b3824a0192d3a902ff88f21.tar.gz mtk-20170518-0a46af45c53a28b04b3824a0192d3a902ff88f21.tar.bz2 |
change alsa to depend on usb support instead of pci
SVN-Revision: 4801
Diffstat (limited to 'openwrt/package/alsa/Makefile')
-rw-r--r-- | openwrt/package/alsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/alsa/Makefile b/openwrt/package/alsa/Makefile index 9a745aa..887404c 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/ |