Skip to content

Commit

Permalink
Disables ACPI for faster boot + remove double build (hopefully isnt n…
Browse files Browse the repository at this point in the history
…eeded anymore on latest buildroot)
  • Loading branch information
alexkar598 committed Jun 22, 2024
1 parent 4a9adb9 commit 917dbcb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
export BR2_EXTERNAL=byondvm
make defconfig byondvm_defconfig
make -j ${{ steps.cpu-cores.outputs.count }}
make -j ${{ steps.cpu-cores.outputs.count }}
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
cd ../buildroot || exit
core_count=$(grep -c "^processor" /proc/cpuinfo)
make -j "$core_count"
make -j "$core_count"
10 changes: 1 addition & 9 deletions byondvm/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ CONFIG_CMDLINE="console=ttyS1 HOME=/root"
# CONFIG_MODIFY_LDT_SYSCALL is not set
# CONFIG_CPU_MITIGATIONS is not set
# CONFIG_SUSPEND is not set
# CONFIG_ACPI_SPCR_TABLE is not set
# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
# CONFIG_ACPI_BUTTON is not set
# CONFIG_ACPI_FAN is not set
# CONFIG_ACPI_THERMAL is not set
# CONFIG_ACPI_TABLE_UPGRADE is not set
# CONFIG_ACPI is not set
# CONFIG_VIRTUALIZATION is not set
CONFIG_JUMP_LABEL=y
CONFIG_STATIC_KEYS_SELFTEST=y
Expand All @@ -65,7 +58,6 @@ CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_FW_LOADER is not set
# CONFIG_ALLOW_DEV_COREDUMP is not set
# CONFIG_PNP_DEBUG_MESSAGES is not set
CONFIG_INPUT_FF_MEMLESS=y
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
Expand Down

0 comments on commit 917dbcb

Please sign in to comment.