-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
targets: fix Linksys E4200 (kirkwood) device name
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
patches/0002-kirkwood-generic-fix-device-name-of-Linksys-E4200-v2.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|