X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/21b0f0832b926e4627f394c1c2232502100f66b3..15cf44dc52d2ee08c919734b3101062396e823fe:/target/linux/package/Makefile?ds=sidebyside diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index d1fc25d13..43fbd60f2 100644 --- a/target/linux/package/Makefile +++ b/target/linux/package/Makefile @@ -2,10 +2,16 @@ include $(TOPDIR)/rules.mk package-$(BR2_PACKAGE_KMOD_FUSE) += fuse +package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo package-$(BR2_PACKAGE_KMOD_SHFS) += shfs package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan +package-y += openwrt + +ifeq ($(BOARD),brcm) ifeq ($(LINUX_VERSION),2.4.30) package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat +wlcompat-compile: openwrt-compile +endif endif all: compile install