Skip to content

Commit

Permalink
[5.13] Add ksmbd-patches (Samsung's SMB3 server, disabled by default,…
Browse files Browse the repository at this point in the history
… see CONFIG_SMB_SERVER to enable)
  • Loading branch information
arvin-foroutan committed Aug 6, 2021
1 parent e44dd6f commit eeaaee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ if [ ${KERNEL_BASE_VER} = "5.13" ]; then
echo "*** Copying and applying fixes misc patches.. ✓";
cp -v ${CUSTOM_PATCH_PATH}/fixes/${KERNEL_BASE_VER}/5.13-fixes-miscellaneous-all-in-one.patch .;
patch -p1 < ./5.13-fixes-miscellaneous-all-in-one.patch;
echo "*** Copying and applying ksmbd patches.. ✓";
cp -v ${LUCJAN_PATCH_PATH}/$KERNEL_BASE_VER/ksmbd-patches/*.patch .;
patch -p1 < ./0001-ksmbd-patches.patch;
echo "*** Copying and applying lrng patches.. ✓";
cp -v ${LUCJAN_PATCH_PATH}/$KERNEL_BASE_VER/lrng-patches/*.patch .;
patch -p1 < ./0001-lrng-patches.patch;
Expand Down

0 comments on commit eeaaee9

Please sign in to comment.