From 10e4456913852712a7d1986b2aa8ab1f417375a0 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Wed, 5 Jul 2017 08:10:40 +0000 Subject: [PATCH] Add packages "raspberrypi-kernel" and "raspberrypi-kernel-headers" --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index e571805..54de1da 100755 --- a/build.sh +++ b/build.sh @@ -213,6 +213,8 @@ apply_patches '01-no-root-login.diff' # on_chroot << EOF apt-get install -y \ +raspberrypi-kernel \ +raspberrypi-kernel-headers \ raspberrypi-bootloader \ libraspberrypi-bin \ libraspberrypi0 \