[openwrt/openwrt] imx6: image: keep devices in alphabetical order

LEDE Commits lede-commits at lists.infradead.org
Thu May 20 05:23:53 PDT 2021


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f13c0bffc2cc3d4e4fdec0a7d016c8cacfcf5489

commit f13c0bffc2cc3d4e4fdec0a7d016c8cacfcf5489
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Sun Mar 28 15:23:47 2021 +0200

    imx6: image: keep devices in alphabetical order
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/imx6/image/Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

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))



More information about the lede-commits mailing list