diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-18 00:00:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-18 00:00:05 +0000 |
commit | 228596ea7c4a5bfa33e57b8f5c68d8c66614191a (patch) | |
tree | dbd99bfa855709a84171599507e78688784702d9 | |
parent | 5b60b3308ec98f0dd124129b1bb503145d8c8208 (diff) | |
download | upstream-228596ea7c4a5bfa33e57b8f5c68d8c66614191a.tar.gz upstream-228596ea7c4a5bfa33e57b8f5c68d8c66614191a.tar.bz2 upstream-228596ea7c4a5bfa33e57b8f5c68d8c66614191a.zip |
blacklist alsa driver for ar7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2159 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |