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 | fdf7ee4cc84a2649796ea906ee2563b19bb11181 (patch) | |
tree | 52f857fb307406fe6a2f33338c0294a7703d1554 /package/alsa | |
parent | a01232f4bb1935bc6789bc5185eb99ee9557fc5a (diff) | |
download | upstream-fdf7ee4cc84a2649796ea906ee2563b19bb11181.tar.gz upstream-fdf7ee4cc84a2649796ea906ee2563b19bb11181.tar.bz2 upstream-fdf7ee4cc84a2649796ea906ee2563b19bb11181.zip |
change alsa to depend on usb support instead of pci
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4801 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/alsa')
-rw-r--r-- | package/alsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/alsa/Makefile b/package/alsa/Makefile index 9a745aa96b..887404c0c2 100644 --- a/package/alsa/Makefile +++ b/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/ |