X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/19b6ad06f6f8554a3804ac70b473764ab0498d94..59ba108361c2e13273fd282526c7a17822411748:/openwrt/Makefile diff --git a/openwrt/Makefile b/openwrt/Makefile index 3d9bcb387..fd2a4ad8e 100644 --- a/openwrt/Makefile +++ b/openwrt/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