From 2950944fba591ea09898ac9e11927db61ced6b96 Mon Sep 17 00:00:00 2001
From: sakaki <sakaki@deciban.com>
Date: Thu, 1 Jun 2017 15:47:32 +0100
Subject: [PATCH] Update for release 4.9.30.20170601

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 92bb2ff..a6ac9ac 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,15 @@ Currently tracking the 4.9.y branch, as this is receiving VC4 backports etc.
 
 Variant | Version | Most Recent Image
 :--- | ---: | ---:
-Kernel, dtbs, modules and (kernel) firmware | a.b.c.d | [bcmrpi3-kernel-a.b.c.d.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/a.b.c.d/bcmrpi3-kernel-a.b.c.d.tar.xz)
+Kernel, dtbs, modules and (kernel) firmware | 4.9.30.20170601 | [bcmrpi3-kernel-4.9.30.20170601.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.9.30.20170601/bcmrpi3-kernel-4.9.30.20170601.tar.xz)
 
 > The older images are still available [here](https://github.com/sakaki-/bcmrpi3-kernel/releases).
 
 To deploy (assuming that your RPi3's micro SD-card's first partition is mounted as `/boot`, and you are already running a 64-bit RPi3 image, such as my [gentoo-on-rpi3-64bit](https://github.com/sakaki-/gentoo-on-rpi3-64bit)) simply download, untar into the root directory, and reboot:
 ```console
 pi64 ~ # cp /boot/kernel8.img{,.old}
-pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/a.b.c.d/bcmrpi3-kernel-a.b.c.d.tar.xz
-pi64 ~ # tar -xJf bcmrpi3-kernel-a.b.c.d.tar.xz -C /
+pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.9.30.20170601/bcmrpi3-kernel-4.9.30.20170601.tar.xz
+pi64 ~ # tar -xJf bcmrpi3-kernel-4.9.30.20170601.tar.xz -C /
 pi64 ~ # sync && reboot
 ```
 These prebuilt kernels are provided as a convenience only. Use at your own risk!