diff options
| author | Robert Marko | 2026-01-18 10:33:44 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-18 10:33:44 +0000 |
| commit | 528bee9e391788e524a830b3c8521d0b9e570cfb (patch) | |
| tree | ae759f6effd0cd8c7d9b920a77ee47a482d4a590 | |
| parent | 2210c6e632ea0c4cf9d08cbd4496261661f70581 (diff) | |
| download | openwrt-528bee9e391788e524a830b3c8521d0b9e570cfb.tar.gz | |
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@sartura.hr>
| -rw-r--r-- | target/linux/microchipsw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |