mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-08 09:39:03 +01:00
Create patches.sh
This commit is contained in:
@@ -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