mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
Update patches.sh
This commit is contained in:
parent
6b5f5a59ef
commit
c9ddb937ea
@ -3,6 +3,6 @@ set -e
|
|||||||
|
|
||||||
BUILDROOT_PATCHES="buildroot-patches/"
|
BUILDROOT_PATCHES="buildroot-patches/"
|
||||||
|
|
||||||
for patch in "$BUILDROOT_PATCHES"; do
|
for patch_file in "$BUILDROOT_PATCHES"; do
|
||||||
patch -d buildroot -p1 < $${patch};
|
patch -d buildroot/ -p1 < ${patch_file};
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user