diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-18 00:00:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-18 00:00:05 +0000 |
commit | f248081f4a856ee3976d91213e4c5aab5e5c8525 (patch) | |
tree | b6efa7cf209ff17ee5092c9965ce022724a79ed3 /openwrt/target/linux | |
parent | aa3e19f0eb24eb3d1978ea183b483f70a2a00e82 (diff) |
blacklist alsa driver for ar7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2159 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-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 72eea1f69..7e8588d99 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 |