mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Create patches.sh
This commit is contained in:
parent
eea1794363
commit
64a0530134
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
|
Loading…
x
Reference in New Issue
Block a user