From: nbd Date: Tue, 18 Oct 2005 00:00:05 +0000 (+0000) Subject: blacklist alsa driver for ar7 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=03af7c57fed086d639c34b799533566971e7b036 blacklist alsa driver for ar7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2159 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index 72eea1f691..7e8588d99a 100644 --- a/target/linux/package/Makefile +++ b/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