diff options
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index b560ce3d95..7cda0c8f75 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -189,6 +189,22 @@ define Device/asiarf_ap7621-nv1 endef TARGET_DEVICES += asiarf_ap7621-nv1 +define Device/asus_rp-ac56 + $(Device/dsa-migration) + $(Device/uimage-lzma-loader) + DEVICE_VENDOR := ASUS + DEVICE_MODEL := RP-AC56 + IMAGE_SIZE := 16000k + BLOCKSIZE := 64k + DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 \ + kmod-i2c-ralink kmod-sound-mt7620 + IMAGES += factory.bin + IMAGE/factory.bin := append-kernel | append-rootfs | pad-rootfs | check-size + IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | \ + check-size | append-metadata +endef +TARGET_DEVICES += asus_rp-ac56 + define Device/asus_rp-ac87 $(Device/dsa-migration) $(Device/uimage-lzma-loader) |