diff options
-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/ |