mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Fix typo
This commit is contained in:
parent
701f816a31
commit
c4ce0b1d10
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue