diff options
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 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 |