Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vipshmily committed May 19, 2024
1 parent 6b3d985 commit 2bf11db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
target: [MI-R4A]
toolchain: [mipsel-linux-musl]
toolchain: [mipsel-linux-uclibc]
steps:
- uses: actions/checkout@main
- uses: hendrikmuhs/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SOURCE_DIR = $(TOPDIR)/trunk
TEMPLATE_DIR = $(SOURCE_DIR)/configs/templates
PRODUCTS = $(shell ls $(TEMPLATE_DIR) | sed 's/.config//g')
CONFIG = $(SOURCE_DIR)/.config
TOOLCHAIN := mipsel-linux-musl
TOOLCHAIN := mipsel-linux-uclibc
TOOLCHAIN_ROOT = $(TOPDIR)/toolchain/toolchain-mipsel

all: build
Expand Down
2 changes: 1 addition & 1 deletion toolchain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TOPDIR = ${CURDIR}
CT_VERSION := 1.26.0
CT_DIR := $(TOPDIR)/crosstool-ng-$(CT_VERSION)
CT_PREFIX := $(TOPDIR)/toolchain-mipsel
CT_TARGET := mipsel-linux-musl
CT_TARGET := mipsel-linux-uclibc
CT_URL := https://github.com/crosstool-ng/crosstool-ng/releases/download/crosstool-ng-$(CT_VERSION)/crosstool-ng-$(CT_VERSION).tar.xz
TOOLCHAIN_URL := https://github.com/vipshmily/Padavan-3.4-KVR/releases/download/toolchain/$(CT_TARGET).tar.xz

Expand Down

0 comments on commit 2bf11db

Please sign in to comment.