Create patches.sh
This commit is contained in:
8
scripts/patches.sh
Normal file
8
scripts/patches.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
BUILDROOT_PATCHES="buildroot-patches/"
|
||||
|
||||
for patch in "$BUILDROOT_PATCHES"; do
|
||||
patch -d buildroot -p1 < $${patch};
|
||||
done
|
||||
Reference in New Issue
Block a user