diff options
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 135febe3a6..3e910e88f6 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -286,17 +286,19 @@ define Device/asus_rp-ac87 endef TARGET_DEVICES += asus_rp-ac87 -define Device/asus_rt-ac57u +define Device/asus_rt-ac57u-v1 $(Device/dsa-migration) DEVICE_VENDOR := ASUS DEVICE_MODEL := RT-AC57U + DEVICE_VARIANT := v1 DEVICE_ALT0_VENDOR := ASUS DEVICE_ALT0_MODEL := RT-AC1200GU IMAGE_SIZE := 16064k DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 \ kmod-usb-ledtrig-usbport + SUPPORTED_DEVICES += asus,rt-ac57u endef -TARGET_DEVICES += asus_rt-ac57u +TARGET_DEVICES += asus_rt-ac57u-v1 define Device/asus_rt-ac65p $(Device/dsa-migration) |