1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-08-19 10:44:08 +02:00
parent f474755d00
commit f08ea11a38
2 changed files with 14 additions and 0 deletions

View file

@ -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}