X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0cd280b811d0f6c646b65613e0e6c72020a717d0..7fb7f1c43b806786372a023814fc914a2fb7cc76:/Makefile diff --git a/Makefile b/Makefile index 3d9bcb387..e96618818 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,11 @@ #-------------------------------------------------------------- TOPDIR=${shell pwd} export TOPDIR +ifneq ($(DEVELOPER),) +CONFIG_CONFIG_IN = Config.in.devel +else CONFIG_CONFIG_IN = Config.in +endif CONFIG_DEFCONFIG = .defconfig CONFIG = package/config @@ -41,6 +45,8 @@ include $(TOPDIR)/rules.mk all: world +.NOTPARALLEL: + ############################################################## # # Build the toolchain