From a6957ee9a6058ee5c1933cfc8cb7316b24bb1e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Fri, 15 Mar 2019 09:43:04 +0000 Subject: [PATCH] rules/rpi-boot-firmware: update boot of rpi to kernel 4.19.x --- rules/rpi-boot-firmware/default.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/rpi-boot-firmware/default.bash b/rules/rpi-boot-firmware/default.bash index 9c56b80..988bd76 100644 --- a/rules/rpi-boot-firmware/default.bash +++ b/rules/rpi-boot-firmware/default.bash @@ -1,6 +1,6 @@ version=\ ( - '2017-02-02' + '2019-02-25' ) url=\ @@ -16,7 +16,7 @@ maintainer=\ md5=\ ( - 'eb42664fce4d73f167064e697dfacb76' + 'da98308e12fa1eec23a1213d66cde30d' ) target_install()