From 87d810cc3d907362e18ec68e5b2c3926cb048a23 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 30 Jul 2020 18:06:42 +0200 Subject: [PATCH] kirkwood: add support for D-Link DNS-320L --- target/linux/kirkwood/image/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index ba93fffeb2..00b47a6390 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -66,6 +66,15 @@ define Device/cloudengines_pogoplugv4 endef TARGET_DEVICES += cloudengines_pogoplugv4 +define Device/d-link_dns-320 + DEVICE_VENDOR := D-Link + DEVICE_MODEL := DNS-320 + DEVICE_DTS := kirkwood-dns320 + DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 \ + kmod-gpio-button-hotplug kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += d-link_dns-320 + define Device/iom_iconnect-1.1 DEVICE_VENDOR := Iomega DEVICE_MODEL := Iconnect -- 2.30.2