1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Disable luci nftables patch

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-04-11 19:17:53 +02:00
parent 6b410f00c8
commit 4c39cf393b

View file

@ -890,11 +890,11 @@ fi
if [ "$OMR_KERNEL" = "5.4" ] && ! patch -Rf -N -p1 -s --dry-run < ../../patches/luci-base-add_array_sort_utilities.patch; then if [ "$OMR_KERNEL" = "5.4" ] && ! patch -Rf -N -p1 -s --dry-run < ../../patches/luci-base-add_array_sort_utilities.patch; then
patch -N -p1 -s < ../../patches/luci-base-add_array_sort_utilities.patch patch -N -p1 -s < ../../patches/luci-base-add_array_sort_utilities.patch
fi fi
if [ -d luci/modules/luci-mod-status ]; then #if [ -d luci/modules/luci-mod-status ]; then
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/luci-nftables.patch; then # if ! patch -Rf -N -p1 -s --dry-run < ../../patches/luci-nftables.patch; then
patch -N -p1 -s < ../../patches/luci-nftables.patch # patch -N -p1 -s < ../../patches/luci-nftables.patch
fi # fi
fi #fi
cd ../.. cd ../..
[ -d $OMR_FEED/luci-base/po/oc ] && cp -rf $OMR_FEED/luci-base/po/oc feeds/${OMR_KERNEL}/luci/modules/luci-base/po/ [ -d $OMR_FEED/luci-base/po/oc ] && cp -rf $OMR_FEED/luci-base/po/oc feeds/${OMR_KERNEL}/luci/modules/luci-base/po/