diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a2dedd9..68fc9ca 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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 diff --git a/build.sh b/build.sh index 8312160..1645e49 100755 --- a/build.sh +++ b/build.sh @@ -3,4 +3,3 @@ cd ../buildroot || exit core_count=$(grep -c "^processor" /proc/cpuinfo) make -j "$core_count" -make -j "$core_count" \ No newline at end of file diff --git a/byondvm/kernel.config b/byondvm/kernel.config index c98d4d7..430bbc7 100644 --- a/byondvm/kernel.config +++ b/byondvm/kernel.config @@ -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 @@ -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