mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +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
|
elif [ "$OMR_KERNEL" = "6.6" ]; then
|
||||||
cd feeds/${OMR_KERNEL}
|
cd feeds/${OMR_KERNEL}
|
||||||
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/luci-syslog-6.6.patch; then
|
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
|
fi
|
||||||
cd -
|
cd -
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue