Signed-off-by: Eric Nelson <[email protected]>
---
package/boot/uboot-imx6/Makefile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile
index 21c7b09..21fc9bd 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/boot/uboot-imx6/Makefile
@@ -24,10 +24,6 @@ define uboot/Default
IMAGE:=
endef
-define uboot/wandboard_solo
- TITLE:=U-Boot for the Wandboard Solo
-endef
-
define uboot/wandboard_dl
TITLE:=U-Boot for the Wandboard Dual Lite
endef
@@ -36,10 +32,14 @@ define uboot/wandboard_quad
TITLE:=U-Boot for the Wandboard Quad
endef
+define uboot/wandboard_solo
+ TITLE:=U-Boot for the Wandboard Solo
+endef
+
UBOOTS := \
- wandboard_solo \
wandboard_dl \
- wandboard_quad
+ wandboard_quad \
+ wandboard_solo
define Package/uboot/template
define Package/uboot-imx6-$(1)
--
1.8.1.2
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel