Hi,

> diff --git a/target/linux/at91/image/sama5.mk
> b/target/linux/at91/image/sama5.mk
> index f8e05aae9343..ae3494332139 100644
> --- a/target/linux/at91/image/sama5.mk
> +++ b/target/linux/at91/image/sama5.mk
> @@ -54,6 +54,17 @@ define Build/at91-sdcard
>    rm -f $@.img $@.boot $@-uboot.env $@-uboot-env.txt)  endef
> 
> +define Device/microchip_sama5d2-icp
> +  $(Device/evaluation-dtb)
> +  DEVICE_VENDOR := Microchip
> +  DEVICE_MODEL := SAMA5D2 ICP
> +  DEVICE_DTS := at91-sama5d2_icp
> +  SUPPORTED_DEVICES := microchip,sama5d2-icp

SUPPORTED_DEVICES can be dropped here, the value matches the global default 
calculated from the device node name according to:

https://github.com/openwrt/openwrt/blob/master/include/image.mk#L407

This possibly also applies to the other devices submitted, I won't resend for 
them if that's the case.

Best

Adrian

> +  KERNEL_SIZE := 6144k
> +  $(Device/evaluation-sdimage)
> +endef
> +TARGET_DEVICES += microchip_sama5d2-icp
> +
>  define Device/microchip_sama5d2-xplained
>    $(Device/evaluation-dtb)
>    DEVICE_VENDOR := Microchip
> --
> 2.23.0
> 

Attachment: openpgp-digital-signature.asc
Description: PGP signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to