1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Rpi update (#457)

* RaspberryPi: Update kernel 64f2b1b0a728a13373f9c74c6247ecf17af2caef

* Update documentation & Script

* Update firmware

* Update bluetooth firmware

* Update wifi driver
This commit is contained in:
Pascal Vizeli
2019-08-24 14:57:16 +02:00
committed by GitHub
parent b963b1a587
commit 9f06ffbbd5
16 changed files with 19 additions and 18 deletions

View File

@@ -7,3 +7,4 @@ if [ -z "$1" ]; then
fi
sed -i "s/BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION=\".*\"/BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION=\"$1\"/g" buildroot-external/configs/rpi*
git commit -m "RaspberryPi: Update kernel $1" buildroot-external/configs/*