From: Felix Fietkau Date: Tue, 18 Oct 2005 00:00:05 +0000 (+0000) Subject: blacklist alsa driver for ar7 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=6ed81521f0a97c99d989a4686512b8d8a09812b4;p=15.05%2Fopenwrt.git 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 72eea1f691..7e8588d99a 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