From: nbd Date: Tue, 18 Oct 2005 00:00:05 +0000 (+0000) Subject: blacklist alsa driver for ar7 X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/f248081f4a856ee3976d91213e4c5aab5e5c8525?hp=aa3e19f0eb24eb3d1978ea183b483f70a2a00e82 blacklist alsa driver for ar7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2159 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index 72eea1f69..7e8588d99 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -1,7 +1,9 @@ # Main makefile for the packages include $(TOPDIR)/rules.mk +ifneq ($(BOARD),ar7) package-$(BR2_PACKAGE_KMOD_ALSA) += alsa +endif package-$(BR2_PACKAGE_KMOD_FUSE) += fuse package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo package-$(BR2_PACKAGE_KMOD_SHFS) += shfs