File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,11 @@ DEFCONFIG_DIR=$(readlink -f $DEFCONFIG_DIR)
9191git ls-files --error-unmatch $PATCH_DIR 1> /dev/null 2>&1 && git -C $PATCH_DIR rm -f * .patch
9292git -C $KERNEL_DIR format-patch --no-signoff --no-encode-email-headers --no-cover-letter --no-signature -o $PATCH_DIR $KERNEL_TAG ..HEAD
9393git -C $PATCH_DIR add * .patch
94-
9594if [ -d ${PATCHES_BASE} /${OLD_VER} ]; then
9695 git rm -rf ${PATCHES_BASE} /${OLD_VER}
9796fi
9897find " $DEFCONFIG_DIR " -name " *_defconfig" -exec sed -i " s/BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=\" $OLD_VER \" /BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=\" $NEW_VER \" /" {} \;
99-
98+ git -C $DEFCONFIG_DIR add * _defconfig
10099
101100echo " Update checksum for kernel, this may take a while..."
102101curl -o " /tmp/linux-${ixkver} .tar.xz" " https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${ixkver} .tar.xz"
You can’t perform that action at this time.
0 commit comments