2016-05-17 11:51 GMT+02:00 Paul Rowland <paulthomasrowl...@hotmail.com>:
> I updated sources and packages 15 minutes ago, did a make clean and a build. 
> The expected file, lede-lantiq-xrx200-BTHOMEHUBV5A-ubifs-sysupgrade.tar, was 
> not created. It is selected in menuconfig and built fine on Friday.

The culprit is felix commit from last Wednesday:

[4a31037a34167a41705de319cdf989a63519debb] build: avoid including profiles/*.mk

Reverting the following chunk of the patch fixes the *-sysupgrade.tar
generation for me:

 ifeq ($(TARGET_BUILD),1)
-  $(eval $(call IncludeProfiles))
-else
-  ifeq ($(DUMP),)
+  ifneq ($(DUMP),)
     $(eval $(call IncludeProfiles))
   endif
 endif

But I've no clue what this change is for.

Mathias

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to