mirror of
https://github.com/JiaY-shi/openwrt.git
synced 2025-12-16 22:31:06 +00:00
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
@ -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 New Issue
Block a user