X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;h=e966188187e9d57eb1f3cc1886157ea0fffa4b24;hb=eb9ff0d90a97b4a9c86689d097f0c5f9c5a6db97;hp=3d9bcb3870677a2ecc98cf3fc91e4ec64a631637;hpb=0cd280b811d0f6c646b65613e0e6c72020a717d0;p=openwrt.git diff --git a/Makefile b/Makefile index 3d9bcb3870..e966188187 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