openwrt/package
Petr Štetiar d04a947b6b uboot-imx: fix wrong make flags overriding
Buidbots are currently choking on the following compile error:

 In file included from tools/aisimage.c:9:
 include/image.h:1133:12: fatal error: openssl/evp.h: No such file or directory
  #  include <openssl/evp.h>
             ^~~~~~~~~~~~~~~
 compilation terminated.

This is caused by a complete overriding of make flags which are provided
correctly in `UBOOT_MAKE_FLAGS` variable, but currently overriden
instead of extended. This then leads to the usage of build host include
dirs, which are not available.

Fix it by extending `UBOOT_MAKE_FLAGS` variable in all device recipes.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 481339a042)
2022-06-07 22:28:59 +02:00
..
base-files OpenWrt v22.03.0-rc3: revert to branch defaults 2022-05-27 12:09:52 +02:00
boot uboot-imx: fix wrong make flags overriding 2022-06-07 22:28:59 +02:00
devel strace: Update to version 5.16 2022-02-01 21:25:02 +01:00
firmware ipq40xx: add Aruba AP-365 specific BDF 2022-06-02 17:01:22 +02:00
kernel ltq-vdsl/ltq-adsl: fix elapsed time calculation 2022-06-07 21:36:58 +02:00
libs libubox: update to the latest version 2022-06-07 21:36:58 +02:00
network ltq-vdsl-app: disconnect when service is stopped 2022-06-07 21:36:58 +02:00
system fstools: update to git HEAD 2022-06-05 11:38:20 +01:00
utils packages: nvram: add NVRAM quirks for bcm53xx target 2022-06-07 16:18:20 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00