From 479d1154c4eb859e4412c41f221db0df071a09d0 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 15 Oct 2020 13:36:10 +0200 Subject: rtl838x: add DLink DGS-1210-16 support Signed-off-by: John Crispin --- target/linux/rtl838x/image/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/rtl838x/image') diff --git a/target/linux/rtl838x/image/Makefile b/target/linux/rtl838x/image/Makefile index eef1fe0a33..291888ab2d 100644 --- a/target/linux/rtl838x/image/Makefile +++ b/target/linux/rtl838x/image/Makefile @@ -41,4 +41,13 @@ define Device/allnet_all-sg8208m endef TARGET_DEVICES += allnet_all-sg8208m +define Device/d-link_dgs-1210-16 + SOC := rtl8382 + IMAGE_SIZE := 13824k + DEVICE_VENDOR := D-Link + DEVICE_MODEL := DGS-1210-16 + DEVICE_PACKAGES := ip-full ip-bridge ethtool tc +endef +TARGET_DEVICES += d-link_dgs-1210-16 + $(eval $(call BuildImage)) -- cgit v1.2.3