mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fix log display in Status->System log
This commit is contained in:
parent
f474755d00
commit
f08ea11a38
2 changed files with 14 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -923,6 +923,9 @@ elif [ "$OMR_KERNEL" = "6.6" ] || [ "$OMR_KERNEL" = "6.10" ]; 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
|
||||
#fi
|
||||
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/luci-syslog-6.10.patch; then
|
||||
patch -N -p1 -s < ../../patches/luci-syslog-6.10.patch
|
||||
fi
|
||||
cd -
|
||||
else
|
||||
cd feeds/${OMR_KERNEL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue