Skip to content
Snippets Groups Projects
Verified Commit 71f989c9 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

patches: openwrt: rebase mox support patch

Note: upstream merged part of configuration to default definition. We
should probably include that as well. This does not implement that. When
this patch is about to be pushed to upstream we should integret this in
better way.
parent 140ddecf
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
From 63e186a2b2afba2018a461667747c4d176d38bfb Mon Sep 17 00:00:00 2001
From 1828823cb2658b51de12720e0bf69712e9889b1e Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <Michal@Hrusecky.net>
Date: Wed, 7 Mar 2018 17:10:32 +0100
Subject: [PATCH] mvebu: Basic MoX support
......@@ -290,13 +290,14 @@ index 7b26c9b619..1cfce9662c 100644
CONFIG_NET_DSA_MV88E6XXX_GLOBAL2=y
CONFIG_NET_DSA_TAG_DSA=y
diff --git a/target/linux/mvebu/image/cortex-a53.mk b/target/linux/mvebu/image/cortex-a53.mk
index dd6176100b..b2ef0748ba 100644
index d7014d6f02..4c5baf5377 100644
--- a/target/linux/mvebu/image/cortex-a53.mk
+++ b/target/linux/mvebu/image/cortex-a53.mk
@@ -12,6 +12,17 @@ define Device/globalscale-espressobin
@@ -27,6 +27,17 @@ define Device/globalscale_espressobin-v7-emmc
DEVICE_DTS := armada-3720-espressobin-v7-emmc
endef
TARGET_DEVICES += globalscale-espressobin
TARGET_DEVICES += globalscale_espressobin-v7-emmc
+
+define Device/cznic-mox
+ KERNEL_NAME := Image dtbs
+ KERNEL := kernel-bin
......@@ -307,10 +308,9 @@ index dd6176100b..b2ef0748ba 100644
+ SUPPORTED_DEVICES := cznic,mox
+endef
+TARGET_DEVICES += cznic-mox
+
define Device/armada-3720-db
KERNEL_NAME := Image
KERNEL := kernel-bin
define Device/marvell_armada-3720-db
$(call Device/Default-arm64)
diff --git a/target/linux/mvebu/patches-4.14/527-PCI-aardvark-allow-to-specify-link-capability.patch b/target/linux/mvebu/patches-4.14/527-PCI-aardvark-allow-to-specify-link-capability.patch
deleted file mode 100644
index fb57f4112a..0000000000
......
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