1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2024-05-15 19:13:08 +02:00
parent 701f816a31
commit c4ce0b1d10

View file

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