mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
ramips: mt7621: rename Asus RT-AC57U to v1
rename RT-AC57U to avoid confusion with unsupported revisions 2 and 3 Signed-off-by: Felix Baumann <felix.bau@gmx.de>
This commit is contained in:
parent
08cc6bc664
commit
ed1217eac1
@ -6,8 +6,8 @@
|
|||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "asus,rt-ac57u", "mediatek,mt7621-soc";
|
compatible = "asus,rt-ac57u-v1", "mediatek,mt7621-soc";
|
||||||
model = "ASUS RT-AC57U";
|
model = "ASUS RT-AC57U v1";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
led-boot = &led_power;
|
led-boot = &led_power;
|
@ -286,17 +286,19 @@ define Device/asus_rp-ac87
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += asus_rp-ac87
|
TARGET_DEVICES += asus_rp-ac87
|
||||||
|
|
||||||
define Device/asus_rt-ac57u
|
define Device/asus_rt-ac57u-v1
|
||||||
$(Device/dsa-migration)
|
$(Device/dsa-migration)
|
||||||
DEVICE_VENDOR := ASUS
|
DEVICE_VENDOR := ASUS
|
||||||
DEVICE_MODEL := RT-AC57U
|
DEVICE_MODEL := RT-AC57U
|
||||||
|
DEVICE_VARIANT := v1
|
||||||
DEVICE_ALT0_VENDOR := ASUS
|
DEVICE_ALT0_VENDOR := ASUS
|
||||||
DEVICE_ALT0_MODEL := RT-AC1200GU
|
DEVICE_ALT0_MODEL := RT-AC1200GU
|
||||||
IMAGE_SIZE := 16064k
|
IMAGE_SIZE := 16064k
|
||||||
DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 \
|
DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 \
|
||||||
kmod-usb-ledtrig-usbport
|
kmod-usb-ledtrig-usbport
|
||||||
|
SUPPORTED_DEVICES += asus,rt-ac57u
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += asus_rt-ac57u
|
TARGET_DEVICES += asus_rt-ac57u-v1
|
||||||
|
|
||||||
define Device/asus_rt-ac65p
|
define Device/asus_rt-ac65p
|
||||||
$(Device/dsa-migration)
|
$(Device/dsa-migration)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user