diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-31 20:19:14 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-08-02 21:16:20 +0200 |
commit | 1a050c83ac25b4c65b68f704fd70c9f90f4c25ed (patch) | |
tree | cf819b1854ec956bec6654d021d9bccef5a6def5 | |
parent | 57a8f36ac486f310fc9bdc7d394f36c11e083511 (diff) | |
download | upstream-1a050c83ac25b4c65b68f704fd70c9f90f4c25ed.tar.gz upstream-1a050c83ac25b4c65b68f704fd70c9f90f4c25ed.tar.bz2 upstream-1a050c83ac25b4c65b68f704fd70c9f90f4c25ed.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 058aef01b5..1545e945a3 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -343,6 +343,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 |