uboot-tools: disable python build to fix build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
c3f2bb7afc
commit
f482f6d98e
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ endef
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
ARCH="sandbox" \
|
ARCH="sandbox" \
|
||||||
TARGET_CFLAGS="$(TARGET_CFLAGS)" \
|
TARGET_CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
TARGET_LDFLAGS="$(TARGET_LDFLAGS)"
|
TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
|
NO_PYTHON=1
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default,envtools)
|
$(call Build/Compile/Default,envtools)
|
||||||
|
|
Loading…
Reference in a new issue