diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-03-12 10:25:21 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-03-12 10:27:04 +0100 |
commit | f39230e4636c1003cf8cb2d739cd95a4344609b4 (patch) | |
tree | 525ffab518a009843b5f26dccc07b1dcbb54e13e /target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch | |
parent | 7f059af7a6dc71b67220272aa2681ccfdc3fa6e7 (diff) | |
download | upstream-f39230e4636c1003cf8cb2d739cd95a4344609b4.tar.gz upstream-f39230e4636c1003cf8cb2d739cd95a4344609b4.tar.bz2 upstream-f39230e4636c1003cf8cb2d739cd95a4344609b4.zip |
oxnas: switch to kernel 5.4 and remove kernel 4.14
Run-tested 5.4 on Shuttle KD20 for some days now, everything seems
fine so far. Let's have snapshot builds based on 5.4.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch')
-rw-r--r-- | target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch b/target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch deleted file mode 100644 index 4ca42db1e0..0000000000 --- a/target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts -+++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts -@@ -15,7 +15,7 @@ - compatible = "cloudengines,pogoplugv3", "oxsemi,ox820"; - - chosen { -- bootargs = "earlyprintk"; -+ bootargs = "earlyprintk console=ttyS0,115200"; - stdout-path = "serial0:115200n8"; - }; - |