From: Piotr Dymacz Date: Sun, 28 Mar 2021 13:23:47 +0000 (+0200) Subject: imx6: image: keep devices in alphabetical order X-Git-Url: http://git.openwrt.org/openwrt/openwrt.git%24%28if?a=commitdiff_plain;h=f13c0bffc2cc3d4e4fdec0a7d016c8cacfcf5489;p=openwrt%2Fstaging%2Fynezz.git imx6: image: keep devices in alphabetical order Signed-off-by: Piotr Dymacz --- diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index efd553efb9..b1e272ae2f 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -186,13 +186,6 @@ define Device/gateworks_ventana-large endef TARGET_DEVICES += gateworks_ventana-large -define Device/wandboard_dual - DEVICE_VENDOR := Wandboard - DEVICE_MODEL := Dual - DEVICE_DTS := imx6dl-wandboard -endef -TARGET_DEVICES += wandboard_dual - define Device/solidrun_cubox-i DEVICE_VENDOR := SolidRun DEVICE_MODEL := CuBox-i @@ -233,4 +226,11 @@ define Device/toradex_apalis endef TARGET_DEVICES += toradex_apalis +define Device/wandboard_dual + DEVICE_VENDOR := Wandboard + DEVICE_MODEL := Dual + DEVICE_DTS := imx6dl-wandboard +endef +TARGET_DEVICES += wandboard_dual + $(eval $(call BuildImage))