Skip to content

Commit

Permalink
Merge pull request #475 from Mausy5043/kernel-4.9
Browse files Browse the repository at this point in the history
Change to Raspbian Kernel 4.9
  • Loading branch information
diederikdehaas authored Jul 15, 2017
2 parents 93d2a91 + 8bf1b33 commit 55e2963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

KERNEL_VERSION_RPI1=4.4.0-1-rpi
KERNEL_VERSION_RPI2=4.4.0-1-rpi2
KERNEL_VERSION_RPI1=4.9.0-2-rpi
KERNEL_VERSION_RPI2=4.9.0-2-rpi2

INSTALL_MODULES="kernel/fs/btrfs/btrfs.ko"
INSTALL_MODULES="$INSTALL_MODULES kernel/drivers/scsi/sg.ko"
Expand Down
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

KERNEL_VERSION_RPI1=4.4.0-1-rpi
KERNEL_VERSION_RPI2=4.4.0-1-rpi2
KERNEL_VERSION_RPI1=4.9.0-2-rpi
KERNEL_VERSION_RPI2=4.9.0-2-rpi2

RASPBIAN_ARCHIVE_KEY_DIRECTORY="https://archive.raspbian.org"
RASPBIAN_ARCHIVE_KEY_FILE_NAME="raspbian.public.key"
Expand Down

0 comments on commit 55e2963

Please sign in to comment.