From c78e123d5a5e7c3baa74f326613a14f7e99a29a3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 19 Oct 2020 14:47:45 +0200 Subject: rtl838x: various fixes * add d-link_dgs-1210-10p support * make sure mips16 is disabled * add a generic sub target * add proper cflags Signed-off-by: John Crispin --- target/linux/rtl838x/image/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/rtl838x/image/Makefile') diff --git a/target/linux/rtl838x/image/Makefile b/target/linux/rtl838x/image/Makefile index 291888ab2d..f490fa7ffe 100644 --- a/target/linux/rtl838x/image/Makefile +++ b/target/linux/rtl838x/image/Makefile @@ -50,4 +50,13 @@ define Device/d-link_dgs-1210-16 endef TARGET_DEVICES += d-link_dgs-1210-16 +define Device/d-link_dgs-1210-10p + SOC := rtl8382 + IMAGE_SIZE := 13824k + DEVICE_VENDOR := D-Link + DEVICE_MODEL := DGS-1210-10P + DEVICE_PACKAGES := ip-full ip-bridge ethtool tc lua-rs232 +endef +TARGET_DEVICES += d-link_dgs-1210-10p + $(eval $(call BuildImage)) -- cgit v1.2.3