aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-18 00:00:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-18 00:00:05 +0000
commita5483efdea6e9d77252733209e50ddeef08199d4 (patch)
tree1753b365a72659bca0e6d7773a81ced70d24eef7
parent869c74e8d5411058d7934bb6e06358e4879ccbc3 (diff)
downloadupstream-a5483efdea6e9d77252733209e50ddeef08199d4.tar.gz
upstream-a5483efdea6e9d77252733209e50ddeef08199d4.tar.bz2
upstream-a5483efdea6e9d77252733209e50ddeef08199d4.zip
blacklist alsa driver for ar7
SVN-Revision: 2159
-rw-r--r--openwrt/target/linux/package/Makefile2
1 files changed, 2 insertions, 0 deletions
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