diff options
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 2269833e48..f2ca2a971d 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -789,6 +789,20 @@ define Device/elecom_wrc-1900gst endef TARGET_DEVICES += elecom_wrc-1900gst +define Device/elecom_wrc-2533ghbk2-t + $(Device/dsa-migration) + $(Device/uimage-lzma-loader) + DEVICE_VENDOR := ELECOM + DEVICE_MODEL := WRC-2533GHBK2-T + IMAGE_SIZE := 7808k + IMAGES += factory.bin + IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \ + elx-header 0107003b 8844A2D168B45A2D | \ + elecom-product-header WRC-2533GHBK2-T + DEVICE_PACKAGES := kmod-mt7615-firmware +endef +TARGET_DEVICES += elecom_wrc-2533ghbk2-t + define Device/elecom_wrc-2533ghbk-i $(Device/dsa-migration) $(Device/uimage-lzma-loader) |