[openwrt/openwrt] mediatek: remove erroneous pipe action from BE7200 recipe

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 3 03:39:49 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/93e9e67ee9647355c21209e8aa217d941fd812b0

commit 93e9e67ee9647355c21209e8aa217d941fd812b0
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Sat Jan 3 12:51:29 2026 +0200

    mediatek: remove erroneous pipe action from BE7200 recipe
    
    Remove the errorneous pipe action from the BE7200 device package list.
    
    It causes visible errors into config:
    
     perus at ub2510:/OpenWrt/aarch64$ make defconfig
     ...
     tmp/.config-target.in:55023:warning: ignoring unsupported character '|'
     tmp/.config-target.in:191877:warning: ignoring unsupported character '|'
     tmp/.config-target.in:191878:warning: ignoring unsupported character '|'
     tmp/.config-target.in:285812:warning: ignoring unsupported character '|'
     tmp/.config-target.in:285815:warning: ignoring unsupported character '|'
     tmp/.config-target.in:285819:warning: ignoring unsupported character '|'
     tmp/.config-target.in:285820:warning: ignoring unsupported character '|'
     #
     # configuration written to .config
     #
    
     File tmp/.config-target.in:
    
      55020         select DEFAULT_urandom-seed
      55021         select DEFAULT_urngd
      55022         select DEFAULT_wpad-basic-mbedtls
      55023         select DEFAULT_|
      55024         help
      55025           Build firmware images for Routerich BE7200
    
    Fixes: ff5e66a9208a ("mediatek: add support for Routerich BE7200")
    Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
    Link: https://github.com/openwrt/openwrt/pull/21376
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/image/filogic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index dbec1c5578..0f0000aa09 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -2499,7 +2499,7 @@ define Device/routerich_be7200
   IMAGE/sysupgrade.itb := append-kernel | \
 	fit gzip $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb external-with-rootfs | \
 	pad-rootfs | append-metadata
-  DEVICE_PACKAGES := mt7987-2p5g-phy-firmware kmod-mt7992-firmware | \
+  DEVICE_PACKAGES := mt7987-2p5g-phy-firmware kmod-mt7992-firmware \
 	 kmod-regulator-userspace-consumer kmod-usb3
   ARTIFACTS := preloader.bin bl31-uboot.fip
   ARTIFACT/preloader.bin := mt7987-bl2 spim-nand0




More information about the lede-commits mailing list