From 23fdec1d3e3891ecbddb00bdf084086da386d337 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Thu, 25 Jan 2018 19:59:06 +0100 Subject: [PATCH] uboot: add sdx-500ap board. --- uboot/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/uboot/Makefile b/uboot/Makefile index de8e8b425..d4a5bc1e5 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -20,8 +20,11 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_BUILD_PARALLEL:=1 +# we currently do not use OpenWRT u_boot make files +#include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk + define uboot/Default TITLE:= CONFIG:= @@ -32,8 +35,13 @@ define uboot/ex400 TITLE:=U-Boot for the ex400 endef +define uboot/sdx_500ap + TITLE:=U-Boot for the sdx-500ap +endef + UBOOTS := \ - ex400 + ex400 \ + sdx_500ap define Package/uboot/template define Package/uboot-$(1)