Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed May 15, 2024
1 parent 701f816 commit c4ce0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ if [ -d feeds/${OMR_KERNEL}/${OMR_DIST}/luci-mod-status ]; then
elif [ "$OMR_KERNEL" = "6.6" ]; then
cd feeds/${OMR_KERNEL}
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/luci-syslog-6.6.patch; then
patch -N -p1 -s < ../../patches/luci-syslog-6.6-.patch
patch -N -p1 -s < ../../patches/luci-syslog-6.6.patch
fi
cd -
else
Expand Down

0 comments on commit c4ce0b1

Please sign in to comment.