mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-20 16:11:59 +04:00
uboot-mediatek: use kernel DTC on mediatek ARM targets
The u-boot build for mediatek ARM SoCs doesn't require pylibfdt. We can use pre-build kernel DTC to save some build time. Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
This commit is contained in:
@@ -5,7 +5,9 @@ PKG_VERSION:=2026.04
|
||||
PKG_HASH:=ac7c04b8b7004923b00a4e5d6699c5df4d21233bac9fda690d8cfbc209fff2fd
|
||||
PKG_BUILD_DEPENDS:=!(TARGET_ramips||TARGET_mediatek_mt7623):arm-trusted-firmware-tools/host
|
||||
|
||||
ifdef CONFIG_TARGET_ramips
|
||||
UBOOT_USE_INTREE_DTC:=1
|
||||
endif
|
||||
|
||||
include $(INCLUDE_DIR)/u-boot.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
Reference in New Issue
Block a user