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:
parent
92983981c5
commit
5b99a7fde6
1 changed files with 8 additions and 8 deletions
16
build.sh
16
build.sh
|
@ -248,14 +248,14 @@ cp .config .config.keep
|
|||
scripts/feeds clean
|
||||
scripts/feeds update -a
|
||||
|
||||
cd -
|
||||
echo "Checking if fullconenat-luci patch is set or not"
|
||||
if ! patch -Rf -N -p1 -s --dry-run < patches/fullconenat-luci.patch; then
|
||||
echo "apply..."
|
||||
patch -N -p1 -s < patches/fullconenat-luci.patch
|
||||
fi
|
||||
echo "Done"
|
||||
cd "$OMR_TARGET/source"
|
||||
#cd -
|
||||
#echo "Checking if fullconenat-luci patch is set or not"
|
||||
##if ! patch -Rf -N -p1 -s --dry-run < patches/fullconenat-luci.patch; then
|
||||
# echo "apply..."
|
||||
# patch -N -p1 -s < patches/fullconenat-luci.patch
|
||||
#fi
|
||||
#echo "Done"
|
||||
#cd "$OMR_TARGET/source"
|
||||
|
||||
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
||||
scripts/feeds install -a -p packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue