[openwrt/openwrt] microchipsw: drop source-only

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 18 02:34:05 PST 2026


robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/528bee9e391788e524a830b3c8521d0b9e570cfb

commit 528bee9e391788e524a830b3c8521d0b9e570cfb
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Sun Jan 18 11:33:44 2026 +0100

    microchipsw: drop source-only
    
    Now that there is a consumer board available, lets drop source-only so that
    buildbots provide official images.
    
    Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
 target/linux/microchipsw/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/microchipsw/Makefile b/target/linux/microchipsw/Makefile
index c56bca568c..4ffd609c40 100644
--- a/target/linux/microchipsw/Makefile
+++ b/target/linux/microchipsw/Makefile
@@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=aarch64
 BOARD:=microchipsw
 BOARDNAME:=Microchip switches
-FEATURES:=squashfs ramdisk fpu rtc emmc source-only
+FEATURES:=squashfs ramdisk fpu rtc emmc
 KERNELNAME:=Image
 CPU_TYPE:=cortex-a53
 SUBTARGETS:=lan969x




More information about the lede-commits mailing list