diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-31 20:19:14 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-08-03 00:07:56 +0200 |
commit | afc1ccf955378cd8ab7c4b299a496054d1ddb14f (patch) | |
tree | 2babdf752aa1688854f11681d560ebec234eba96 | |
parent | 60f6c2b2eb21aefc49162cfc75fc94bdc6da0010 (diff) | |
download | upstream-afc1ccf955378cd8ab7c4b299a496054d1ddb14f.tar.gz upstream-afc1ccf955378cd8ab7c4b299a496054d1ddb14f.tar.bz2 upstream-afc1ccf955378cd8ab7c4b299a496054d1ddb14f.zip |
ramips: build HuaWei HG255D image
The code to build an image was disabled some time ago for unknown
reasons albeit the image looks fine.
Signed-off-by: Mathias Kresin <dev@kresin.me>
-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 |