uboot: add sdx-500ap board.

This commit is contained in:
Kenneth Johansson 2018-01-25 19:59:06 +01:00
parent 1b1dfc2f9c
commit 23fdec1d3e

View file

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