Skip to content

Commit 55e2963

Browse files
Merge pull request #475 from Mausy5043/kernel-4.9
Change to Raspbian Kernel 4.9
2 parents 93d2a91 + 8bf1b33 commit 55e2963

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -e
44

5-
KERNEL_VERSION_RPI1=4.4.0-1-rpi
6-
KERNEL_VERSION_RPI2=4.4.0-1-rpi2
5+
KERNEL_VERSION_RPI1=4.9.0-2-rpi
6+
KERNEL_VERSION_RPI2=4.9.0-2-rpi2
77

88
INSTALL_MODULES="kernel/fs/btrfs/btrfs.ko"
99
INSTALL_MODULES="$INSTALL_MODULES kernel/drivers/scsi/sg.ko"

update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
KERNEL_VERSION_RPI1=4.4.0-1-rpi
4-
KERNEL_VERSION_RPI2=4.4.0-1-rpi2
3+
KERNEL_VERSION_RPI1=4.9.0-2-rpi
4+
KERNEL_VERSION_RPI2=4.9.0-2-rpi2
55

66
RASPBIAN_ARCHIVE_KEY_DIRECTORY="https://archive.raspbian.org"
77
RASPBIAN_ARCHIVE_KEY_FILE_NAME="raspbian.public.key"

0 commit comments

Comments
 (0)