Skip to content

Commit

Permalink
mips64el add to build (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 authored Nov 3, 2024
1 parent f919eb3 commit 617c377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
target: [armel, arm64, mipsel, mipseb, mips64eb, x86_64]
target: [armel, arm64, mipsel, mipseb, mips64el, mips64eb, x86_64]
version: ["4.10"] # XXX: quotes are necessary, otherwise 4.10 -> 4.1

steps:
Expand Down
3 changes: 3 additions & 0 deletions configs/4.10/mips64el
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

CONFIG_CGROUP_HUGETLB=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_SYSCON=y

0 comments on commit 617c377

Please sign in to comment.