diff options
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 628b84b2fd..f82397db32 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -345,6 +345,13 @@ define Device/freestation5 endef TARGET_DEVICES += freestation5 +define Device/hg255d + DTS := HG255D + IMAGE_SIZE := $(ralink_default_fw_size_16M) + DEVICE_TITLE := HuaWei HG255D +endef +TARGET_DEVICES += hg255d + define Device/hlk-rm04 DTS := HLKRM04 IMAGES += factory.bin |