Skip to content

Commit

Permalink
Update build script to reference build/wlanpi_v8_defconfig and add co…
Browse files Browse the repository at this point in the history
…nfig file
  • Loading branch information
jolla committed Dec 5, 2024
1 parent 96cd9e8 commit 4af54f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/build-wlanpi-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OUTPUT_PATH="$(pwd)/output" # Output directory
CROSS_COMPILE="aarch64-linux-gnu-"
ARCH="arm64"
BASE_CONFIG="bcm2711_defconfig"
CUSTOM_CONFIG="wlanpi_v8_defconfig" # Updated configuration filename
CUSTOM_CONFIG="build/wlanpi_v8_defconfig" # Updated to include directory path
NUM_CORES=$(nproc)

# Define the new kernel image name here
Expand Down Expand Up @@ -72,6 +72,10 @@ fi
# Change to kernel source directory
cd "$KERNEL_SRC_DIR"

echo "Current Directory: $(pwd)"
echo "Listing Contents:"
ls -la

# Set up cross-compilation environment
export ARCH="$ARCH"
export CROSS_COMPILE="$CROSS_COMPILE"
Expand Down

0 comments on commit 4af54f6

Please sign in to comment.