From f2a0c2c7019abf0dea2943c43c44380ba5512490 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Sun, 20 May 2018 19:04:43 +0000 Subject: [PATCH] Update README to reflect kernel ethernet support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14e1947..abda1c4 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ Reboot, and use `resize2fs /dev/mmcblk0p1` as root to update the filesystem size [fdisk]: https://wiki.archlinux.org/index.php/Fdisk -## Important Warning! +## Ethernet -The linux kernel is pinned to version 4.13-rc7 in this image. This is unfortunate but is required in order to keep the ethernet support working, as newer versions break it at the time of writing. If you try a newer kernel and get it to work, please notify me. +Ethernet now works with linux-armv7-rc 4.17.rc5-1 and most probably newer versions. Feedbacks and comments are welcome.