From a5483efdea6e9d77252733209e50ddeef08199d4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 18 Oct 2005 00:00:05 +0000 Subject: [PATCH] blacklist alsa driver for ar7 SVN-Revision: 2159 --- openwrt/target/linux/package/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2