Hi.
Oliver Ertl schrieb: > Signed-off-by: Oliver Ertl <oli...@ertls-netzwerk.de> > --- > Config.in | 4 ++++ > rules.mk | 2 +- > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git a/Config.in b/Config.in > index 0ef2f14..0683125 100644 > --- a/Config.in > +++ b/Config.in > @@ -784,6 +784,10 @@ menuconfig DEVEL > string "Download folder" if DEVEL > default "" > > + config BINARY_FOLDER > + string "Binary folder" if DEVEL > + default "" > + > config LOCALMIRROR > string "Local mirror for source packages" if DEVEL > default "" > diff --git a/rules.mk b/rules.mk > index 14171a0..2d4d5c8 100644 > --- a/rules.mk > +++ b/rules.mk > @@ -80,7 +80,7 @@ ifdef CONFIG_MIPS64_ABI > endif > > DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call > qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl) > -BIN_DIR:=$(TOPDIR)/bin/$(BOARD) > +DL_DIR:=$(if $(call qstrip,$(CONFIG_BINARY_FOLDER)),$(call > qstrip,$(CONFIG_BINARY_FOLDER)),$(TOPDIR)/bin/$(BOARD)) Shouldn't that be BIN_DIR? > INCLUDE_DIR:=$(TOPDIR)/include > SCRIPT_DIR:=$(TOPDIR)/scripts > BUILD_DIR_BASE:=$(TOPDIR)/build_dir _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel