From c7dac46d67f857415e999bf4318fea5aa01aa791 Mon Sep 17 00:00:00 2001 From: Vladimir Avtsenov Date: Sat, 15 Feb 2025 01:18:24 +0300 Subject: [PATCH] fix arch name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3935f58..e0a0794 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ifeq ($(shell git rev-parse --abbrev-ref HEAD), main) OPKG_REVISION = -$(shell expr $(COMMITS_SINCE_TAG) + 1) endif -ARCH ?= mipsel +ARCH ?= mipsel-3.4 GOOS ?= linux GOARCH ?= mipsle GOMIPS ?= softfloat