You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
|
|
# Execute from project root directory |
|
|
|
cd ext/lwip |
|
cp ../lwip.patch . |
|
git apply lwip.patch |
|
cd ../.. |
|
|
|
cd ext/lwip-contrib |
|
cp ../lwip-contrib.patch . |
|
git apply lwip-contrib.patch |
|
|
|
cd ../..
|
|
|