projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3f2bb7
)
uboot-tools: disable python build to fix build error
author
Felix Fietkau
<nbd@nbd.name>
Mon, 24 Mar 2025 11:05:10 +0000
(12:05 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 24 Mar 2025 11:05:16 +0000
(12:05 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/boot/uboot-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-tools/Makefile
b/package/boot/uboot-tools/Makefile
index dd47d84a598873be1cad8e9cf06c4e26c0b98a8d..cef9111138573603deb573d868f725a279719069 100644
(file)
--- 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)