Skip to content

Commit

Permalink
Merge pull request #207 from Ultimaker/CES-3078_Enable_NFTables
Browse files Browse the repository at this point in the history
[CES-3078] Add kernel support to NF Tables
  • Loading branch information
alexborro authored Feb 13, 2025
2 parents 8be5c24 + b940893 commit 1b33f68
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 22,393 deletions.
9 changes: 3 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ RELEASE_VERSION="${RELEASE_VERSION:-999.999.999}"
# Which kernel to build
LINUX_SRC_DIR="${SRC_DIR}/linux"

# Which kernel config to build.
BUILDCONFIG="sx8m"

# Setup internal variables
KCONFIG="${SRC_DIR}/configs/${BUILDCONFIG}_config_from_yocto_with_extra_usb"
KERNEL_BUILD_DIR="${SRC_DIR}/_build/${BUILDCONFIG}-linux"
KERNEL_IMAGE="uImage-${BUILDCONFIG}"
KCONFIG="${SRC_DIR}/configs/sx8m_revB_config"
KERNEL_BUILD_DIR="${SRC_DIR}/_build/sx8m-linux"
KERNEL_IMAGE="uImage-sx8m"
DEBIAN_DIR="${BUILD_DIR}/debian"
BOOT_FILE_OUTPUT_DIR="${DEBIAN_DIR}/boot"

Expand Down
Loading

0 comments on commit 1b33f68

Please sign in to comment.