mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-18 02:01:16 +01:00
uboot: add sdx-500ap board.
This commit is contained in:
parent
1b1dfc2f9c
commit
23fdec1d3e
1 changed files with 9 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue