[openwrt/openwrt] microchipsw: drop source-only
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 9 09:53:37 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/66e6ebbc1ea6c661bcbc85702066e2654da9c26a
commit 66e6ebbc1ea6c661bcbc85702066e2654da9c26a
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Fri Jan 9 18:52:20 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>
---
feeds.conf.default | 8 ++++----
target/linux/microchipsw/Makefile | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/feeds.conf.default b/feeds.conf.default
index 05f5c8c47c..81cce6074d 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -1,7 +1,7 @@
-src-git packages https://git.openwrt.org/feed/packages.git
-src-git luci https://git.openwrt.org/project/luci.git
-src-git routing https://git.openwrt.org/feed/routing.git
-src-git telephony https://git.openwrt.org/feed/telephony.git
+src-git packages https://github.com/openwrt/packages.git
+src-git luci https://github.com/openwrt/luci.git
+src-git routing https://github.com/openwrt/routing.git
+src-git telephony https://github.com/openwrt/telephony.git
src-git video https://github.com/openwrt/video.git
#src-git targets https://github.com/openwrt/targets.git
#src-git oldpackages http://git.openwrt.org/packages.git
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