diff options
author | Paul Spooren <mail@aparcar.org> | 2021-10-01 11:28:36 -1000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-02 18:16:33 +0200 |
commit | 8ff832333590adee3c827ca8fe92da541f86c303 (patch) | |
tree | 3343b1cef45463091e0dde15f7a6e2eee3772f53 /target/linux/mvebu/patches-5.4/310-linksys-use-eth0-as-cpu-port.patch | |
parent | b48d30521d4d2f90af50b06c7cf95dd6a24acd35 (diff) | |
download | upstream-8ff832333590adee3c827ca8fe92da541f86c303.tar.gz upstream-8ff832333590adee3c827ca8fe92da541f86c303.tar.bz2 upstream-8ff832333590adee3c827ca8fe92da541f86c303.zip |
mvebu: remove obsolete Kernel 5.4
With the upgrade to Kernel 5.10 per default the old version is no longer
required to be in tree.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/mvebu/patches-5.4/310-linksys-use-eth0-as-cpu-port.patch')
-rw-r--r-- | target/linux/mvebu/patches-5.4/310-linksys-use-eth0-as-cpu-port.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/mvebu/patches-5.4/310-linksys-use-eth0-as-cpu-port.patch b/target/linux/mvebu/patches-5.4/310-linksys-use-eth0-as-cpu-port.patch deleted file mode 100644 index 84d49a004b..0000000000 --- a/target/linux/mvebu/patches-5.4/310-linksys-use-eth0-as-cpu-port.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/arch/arm/boot/dts/armada-385-linksys.dtsi -+++ b/arch/arm/boot/dts/armada-385-linksys.dtsi -@@ -116,7 +116,7 @@ - }; - - ð2 { -- status = "okay"; -+ status = "disabled"; - phy-mode = "sgmii"; - buffer-manager = <&bm>; - bm,pool-long = <2>; -@@ -200,10 +200,10 @@ - label = "wan"; - }; - -- port@5 { -- reg = <5>; -+ port@6 { -+ reg = <6>; - label = "cpu"; -- ethernet = <ð2>; -+ ethernet = <ð0>; - - fixed-link { - speed = <1000>; |