Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Fix append
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Apr 22, 2018
1 parent 4c413db commit c333435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ create_kernel_for () {

# copy kernel configuration file over
cp $LINUX_KERNEL/arch/arm/configs/${ORIGDEFCONFIG[${PI_VERSION}]} $LINUX_KERNEL/arch/arm/configs/${DEFCONFIG[${PI_VERSION}]}
tee -a $LINUX_KERNEL_CONFIGS/docker_delta_defconfig $LINUX_KERNEL/arch/arm/configs/${DEFCONFIG[${PI_VERSION}]}
cat $LINUX_KERNEL_CONFIGS/docker_delta_defconfig >> $LINUX_KERNEL/arch/arm/configs/${DEFCONFIG[${PI_VERSION}]}

echo "### building kernel"
mkdir -p $BUILD_RESULTS/$PI_VERSION
Expand Down

0 comments on commit c333435

Please sign in to comment.