Update rpi kernel 4.14.54 / Firmware / wifi (#98)

* Update rpi kernel 4.14.54 / Firmware / wifi

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix patch

* Update bluetooth-bcm43xx.mk

* Update bluetooth-bcm43xx.mk

* Update bluetooth-bcm43xx.mk
This commit is contained in:
Pascal Vizeli
2018-07-13 09:52:45 +02:00
committed by GitHub
parent d7129fb57c
commit a7b16cd051
13 changed files with 76 additions and 23 deletions

9
scripts/update-rpi-kernel.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
if [ -z "$1" ]; then
echo "Need a version!"
exit 1
fi
sed -i "s/BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION=\".*\"/BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION=\"$1\"/g" buildroot-external/configs/rpi*