Hello Adrian, On 1/21/20 9:57 PM, Adrian Schmutzler wrote: > @@ -10,7 +11,7 @@ define Build/loader-common > $(MAKE) -C lzma-loader \ > PKG_BUILD_DIR="[email protected]" \ > TARGET_DIR="$(dir $@)" LOADER_NAME="$(notdir $@)" \ > - LZMA_TEXT_START=0x80a00000 LOADADDR=0x80060000 \ > + LZMA_TEXT_START=$(LOADER_LZMA_START) > LOADADDR=$(KERNEL_LOADADDR) \
To me it seems the LZMA_TEXT_START argument is overwritten to the old value by explicit declaration in target/linux/ath79/image/lzma-loader/src/Makefile Best wishes David _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
