Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 26, 2024
1 parent 7524bd9 commit 95cd391
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ build_pi_kernel() {
if [[ "${ISA}" == "v7l" ]]; then
make clean || exit 1
make bcm2711_defconfig || exit 1
elif [[ "${ISA}" == "v7" ]]; then
make clean || exit 1
make bcm2709_defconfig || exit 1
# currently only doing default config, modified config can follow later, but standart eases the possibility to upgrade to a newer kernel
# elif [[ "${ISA}" == "v7" ]]; then
# make clean || exit 1
# make bcm2709_defconfig || exit 1
fi
KERNEL=${KERNEL} KBUILD_BUILD_TIMESTAMP='' make -j $J_CORES zImage modules dtbs || exit 1

Expand Down

0 comments on commit 95cd391

Please sign in to comment.