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:
9
scripts/update-rpi-kernel.sh
Executable file
9
scripts/update-rpi-kernel.sh
Executable 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*
|
||||
Reference in New Issue
Block a user