diff options
| author | Robert Marko | 2026-01-09 17:52:20 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-09 17:53:32 +0000 |
| commit | 66e6ebbc1ea6c661bcbc85702066e2654da9c26a (patch) | |
| tree | 23f03e0e1f63c212526aec451d6cdee3a8eb5ba3 | |
| parent | 29b3d929a610c265675b74a173ac529d69790361 (diff) | |
| download | openwrt-66e6ebbc1ea6c661bcbc85702066e2654da9c26a.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-- | feeds.conf.default | 8 | ||||
| -rw-r--r-- | 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 |