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:
parent
38caba6330
commit
29e7137a83
2 changed files with 18 additions and 0 deletions
7
build.sh
7
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue