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

Disable fullconnenat aptch

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-09 15:01:48 +02:00
parent 92983981c5
commit 5b99a7fde6

View file

@ -248,14 +248,14 @@ cp .config .config.keep
scripts/feeds clean scripts/feeds clean
scripts/feeds update -a scripts/feeds update -a
cd - #cd -
echo "Checking if fullconenat-luci patch is set or not" #echo "Checking if fullconenat-luci patch is set or not"
if ! patch -Rf -N -p1 -s --dry-run < patches/fullconenat-luci.patch; then ##if ! patch -Rf -N -p1 -s --dry-run < patches/fullconenat-luci.patch; then
echo "apply..." # echo "apply..."
patch -N -p1 -s < patches/fullconenat-luci.patch # patch -N -p1 -s < patches/fullconenat-luci.patch
fi #fi
echo "Done" #echo "Done"
cd "$OMR_TARGET/source" #cd "$OMR_TARGET/source"
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
scripts/feeds install -a -p packages scripts/feeds install -a -p packages