From: Felix Fietkau Date: Tue, 18 Oct 2005 00:00:05 +0000 (+0000) Subject: blacklist alsa driver for ar7 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a5483efdea6e9d77252733209e50ddeef08199d4;p=openwrt%2Fstaging%2Fwigyori.git blacklist alsa driver for ar7 SVN-Revision: 2159 --- 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