From cfbda6627956af0cab380d03fd9275574e67921e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 1 Dec 2020 17:13:39 +0100 Subject: realtek: add zyxel_gs1900-10hp support Signed-off-by: John Crispin --- target/linux/realtek/image/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/realtek/image/Makefile') diff --git a/target/linux/realtek/image/Makefile b/target/linux/realtek/image/Makefile index 51356b3518..85b30aae1e 100644 --- a/target/linux/realtek/image/Makefile +++ b/target/linux/realtek/image/Makefile @@ -65,4 +65,12 @@ define Device/netgear_gs110tpp-v1 endef TARGET_DEVICES += netgear_gs110tpp-v1 +define Device/zyxel_gs1900-10hp + SOC := rtl8380 + IMAGE_SIZE := 6976k + DEVICE_VENDOR := Zyxel + DEVICE_MODEL := GS1900-10HP +endef +TARGET_DEVICES += zyxel_gs1900-10hp + $(eval $(call BuildImage)) -- cgit v1.2.3