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

Fix opkg install argument list too long

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-04 16:00:23 +02:00
parent 38caba6330
commit 29e7137a83
2 changed files with 18 additions and 0 deletions

View file

@ -195,6 +195,13 @@ if [ ! -d target/linux/mvebu/patches-5.4 ]; then
fi
echo "Done"
echo "Checking if opkg install arguement too long patch is set or not"
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/package-too-long.patch; then
echo "apply..."
patch -N -p1 -s < ../../patches/package-too-long.patch
fi
echo "Done"
#echo "Patch protobuf wrong hash"
#patch -N -R -p1 -s < ../../patches/protobuf_hash.patch