[source] ramips: build HuaWei HG255D image
LEDE Commits
lede-commits at lists.infradead.org
Thu Aug 3 12:20:47 PDT 2017
mkresin pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/1a050c83ac25b4c65b68f704fd70c9f90f4c25ed
commit 1a050c83ac25b4c65b68f704fd70c9f90f4c25ed
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Mon Jul 31 20:19:14 2017 +0200
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 at kresin.me>
---
target/linux/ramips/image/rt305x.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index 058aef0..1545e94 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
More information about the lede-commits
mailing list