Skip to content

Commit

Permalink
targets: fix Linksys E4200 (kirkwood) device name
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jun 25, 2024
1 parent 9bdccaa commit bae8400
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 3634f2126f159c01b55f62190a29ff61ad04e7ad Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <[email protected]>
Date: Mon, 24 Jun 2024 23:18:28 +0200
Subject: [PATCH 2/2] kirkwood-generic: fix device name of Linksys E4200 v2

The model name has a codename suffix:
https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/kirkwood/files/arch/arm/boot/dts/kirkwood-e4200-v2.dts;h=bfd708a677c96a9f3bdf80ead2db4498487ac5f8;hb=refs/heads/openwrt-23.05#l6
---
targets/kirkwood-generic | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/kirkwood-generic b/targets/kirkwood-generic
index e36ae484..0c61da01 100644
--- a/targets/kirkwood-generic
+++ b/targets/kirkwood-generic
@@ -1,5 +1,5 @@
-- Linksys

-device('linksys-e4200-v2', 'linksys_e4200-v2', {
+device('linksys-e4200-v2-viper', 'linksys_e4200-v2', {
broken = true, -- 802.11s untested
})
--
2.34.1

0 comments on commit bae8400

Please sign in to comment.