Skip to content
Snippets Groups Projects
Verified Commit ed1c4320 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/openwrt: Turris Omnia patch: changes from HBD branch

parent 4c27d868
Branches
Tags
2 merge requests!569Turris OS 6.0 (HBK),!540Kernel 5.15
From 19e06f81e9d212d700b4688defde378201b4001f Mon Sep 17 00:00:00 2001
From 8d0314b394c650a5285ec034e481905ca0541fb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <marek.behun@nic.cz>
Date: Tue, 5 May 2020 20:54:33 +0200
Subject: [PATCH 1/3] mvebu: initial support for Omnia on 5.4 kernel
Subject: [PATCH] mvebu: initial support for Omnia on 5.15 kernel
---
target/linux/mvebu/image/Config.in | 4 +
...mada-385-turris-omnia-separate-dts-f.patch | 213 ++++++++++++++++++
...-ndo-for-setting-the-iflink-property.patch | 101 +++++++++
3 files changed, 318 insertions(+)
...mada-385-turris-omnia-separate-dts-f.patch | 179 ++++++++++++++++++
...leds-Add-LED-driver-for-Turris-Omnia.patch | 345 ++++++++++++++++++
...net-dsa-allow-for-multiple-CPU-ports.patch | 219 +++++++++++
...-ndo-for-setting-the-iflink-property.patch | 101 +++++
...t-ndo_set_netlink-for-chaning-port-s.patch | 97 +++++
...-dsa-mv88e6xxx-support-multi-CPU-DSA.patch | 116 ++++++
10 files changed, 1578 insertions(+)
create mode 100644 target/linux/mvebu/image/Config.in
create mode 100644 target/linux/mvebu/patches-5.15/8800-ARM-dts-mvebu-armada-385-turris-omnia-separate-dts-f.patch
create mode 100644 target/linux/mvebu/patches-5.15/9951-net-add-ndo-for-setting-the-iflink-property.patch
diff --git a/target/linux/mvebu/image/Config.in b/target/linux/mvebu/image/Config.in
new file mode 100644
index 0000000000..bf1c0de694
index 0000000..bf1c0de
--- /dev/null
+++ b/target/linux/mvebu/image/Config.in
@@ -0,0 +1,4 @@
+config KERNEL_LEDS_OMNIA
+config CONFIG_LEDS_TURRIS_OMNIA
+ bool "Build Turris Omnia LEDS support to kernel"
+ default y if TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia
+ default n
diff --git a/target/linux/mvebu/patches-5.15/8800-ARM-dts-mvebu-armada-385-turris-omnia-separate-dts-f.patch b/target/linux/mvebu/patches-5.15/8800-ARM-dts-mvebu-armada-385-turris-omnia-separate-dts-f.patch
new file mode 100644
index 0000000000..3c427cdf1e
index 0000000000..995929e0cc
--- /dev/null
+++ b/target/linux/mvebu/patches-5.15/8800-ARM-dts-mvebu-armada-385-turris-omnia-separate-dts-f.patch
@@ -0,0 +1,213 @@
......@@ -243,7 +247,7 @@ index 0000000000..3c427cdf1e
+
diff --git a/target/linux/mvebu/patches-5.15/9951-net-add-ndo-for-setting-the-iflink-property.patch b/target/linux/mvebu/patches-5.15/9951-net-add-ndo-for-setting-the-iflink-property.patch
new file mode 100644
index 0000000000..3b2482d6c6
index 0000000..3b2482d
--- /dev/null
+++ b/target/linux/mvebu/patches-5.15/9951-net-add-ndo-for-setting-the-iflink-property.patch
@@ -0,0 +1,101 @@
......@@ -349,5 +353,5 @@ index 0000000000..3b2482d6c6
+2.24.1
+
--
2.34.1
2.26.2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment