From f2de3be7759c4384484a6e08ec16fe421cba12fd Mon Sep 17 00:00:00 2001 From: Tom Herbers <mail@tomherbers.de> Date: Tue, 20 Jun 2023 13:58:23 +0200 Subject: [PATCH] ramips-mt7621: rename ASUS RT-AC57U v1 --- docs/user/supported_devices.rst | 2 +- targets/ramips-mt7621 | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 2096fb20..ea7dc5fa 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -355,7 +355,7 @@ ramips-mt7621 * ASUS - - RT-AC57U + - RT-AC57U (v1) * Cudy diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index 6060c49a..607ec407 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -1,7 +1,10 @@ -- ASUS -device('asus-rt-ac57u', 'asus_rt-ac57u', { +device('asus-rt-ac57u-v1', 'asus_rt-ac57u-v1', { factory = false, + manifest_aliases = { + 'asus-rt-ac57u', -- Upgrade from OpenWrt 22.03 + }, }) -- GitLab