From: Felix Fietkau Date: Mon, 24 Mar 2025 11:05:10 +0000 (+0100) Subject: uboot-tools: disable python build to fix build error X-Git-Url: https://git.openwrt.org/?a=commitdiff_plain;h=f482f6d98eea1465dff5f2d39c32a2d13b0aa10b;p=openwrt%2Fstaging%2Fsvanheule.git uboot-tools: disable python build to fix build error Signed-off-by: Felix Fietkau --- diff --git a/package/boot/uboot-tools/Makefile b/package/boot/uboot-tools/Makefile index dd47d84a59..cef9111138 100644 --- a/package/boot/uboot-tools/Makefile +++ b/package/boot/uboot-tools/Makefile @@ -80,7 +80,8 @@ endef MAKE_FLAGS += \ ARCH="sandbox" \ TARGET_CFLAGS="$(TARGET_CFLAGS)" \ - TARGET_LDFLAGS="$(TARGET_LDFLAGS)" + TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \ + NO_PYTHON=1 define Build/Compile $(call Build/Compile/Default,envtools)