[openwrt/openwrt] mediatek: prepare BananaPi BPi-R3 for upcoming modernization
LEDE Commits
lede-commits at lists.infradead.org
Thu Feb 15 11:35:10 PST 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/188a1a8d677ea4f092ac17a2e892163da789f166
commit 188a1a8d677ea4f092ac17a2e892163da789f166
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Jan 18 22:54:29 2024 +0000
mediatek: prepare BananaPi BPi-R3 for upcoming modernization
Mark board as broken until the complete boot stack has been updated.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mediatek/image/filogic.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 0d36199f0d..cb8ab4c050 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -218,6 +218,7 @@ endef
TARGET_DEVICES += asus_tuf-ax6000
define Device/bananapi_bpi-r3
+ BROKEN := 1
DEVICE_VENDOR := Bananapi
DEVICE_MODEL := BPi-R3
DEVICE_DTS := mt7986a-bananapi-bpi-r3
More information about the lede-commits
mailing list