X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0cd280b811d0f6c646b65613e0e6c72020a717d0..ea6422956f2b3b154e1d7253e4351b9d0e4279f5:/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