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 | a5483efdea6e9d77252733209e50ddeef08199d4 (patch) | |
tree | 1753b365a72659bca0e6d7773a81ced70d24eef7 /openwrt | |
parent | 869c74e8d5411058d7934bb6e06358e4879ccbc3 (diff) | |
download | mtk-20170518-a5483efdea6e9d77252733209e50ddeef08199d4.zip mtk-20170518-a5483efdea6e9d77252733209e50ddeef08199d4.tar.gz mtk-20170518-a5483efdea6e9d77252733209e50ddeef08199d4.tar.bz2 |
blacklist alsa driver for ar7
SVN-Revision: 2159
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index 72eea1f..7e8588d 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 |