X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1c79b1465da207c0d60b866b7fe991a5e1a7b8ce..39c19d79435170496682b96f7ef51ada186cc372:/openwrt/target/linux/package/Makefile?ds=sidebyside diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index d1fc25d13..a08d9048a 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -2,12 +2,21 @@ 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) +package-y += nvram + ifeq ($(LINUX_VERSION),2.4.30) package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat endif +nvram-compile: openwrt-compile +endif + all: compile install clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) compile: $(patsubst %,%-compile,$(package-y) $(package-m))