Skip to content

Commit

Permalink
workflow: remove uclibc build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Sep 25, 2023
1 parent ea3f42d commit e7dae56
Show file tree
Hide file tree
Showing 2 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: [K2P, K2P-NANO, K2P-USB]
toolchain: [mipsel-linux-uclibc, mipsel-linux-musl]
toolchain: [mipsel-linux-musl]
steps:
- uses: actions/checkout@v3
- uses: hendrikmuhs/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This project is based on original rt-n56u with latest mtk 4.4.198 kernel, which
- Optimized Makefiles and build scripts, added a toplevel Makefile
- Added ccache support, may save up to 50%+ build time
- Upgraded the toolchain and libc:
- gcc 12.3.0
- musl 1.2.4 / uClibc-ng 1.0.43
- gcc 13.2.0
- musl 1.2.4
- OpenWrt style package Makefile
- Enabled kernel cgroups support
- Fixed K2P led label names
Expand Down

0 comments on commit e7dae56

Please sign in to comment.