mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-27 21:27:18 +01:00
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>
This commit is contained in:
parent
29b3d929a6
commit
66e6ebbc1e
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue