add easy550_anywan_smart3board

This commit is contained in:
Oussama Ghorbel 2018-11-12 15:42:13 +01:00
parent e90e81a8b2
commit cd9dcad8f7
3 changed files with 13 additions and 3 deletions

View file

@ -0,0 +1,3 @@
# temporary solution for kernel
CONFIG_KERNEL_GIT_BRANCH="easy550_anywan_smart3board"
CONFIG_KERNEL_GIT_COMMIT="8066a1e716fcba11eee58a761ed2aa67a97303fa"

View file

@ -24,7 +24,7 @@ function genconfig {
local iopsys_brcm63xx_mips="cg300 cg301 dg150 dg150v2 dg150alv2 dg200 dg200al dg301 dg301al eg300 vg50 vox25 hpc_hu02 eg200"
local iopsys_brcm63xx_arm="dg400 eg400 sdx810_rg f104w f104 dg400prime dg400primeb 963138REF_P502"
local iopsys_ramips="ex400 sdx810_ap"
local intel_mips="easy550"
local intel_mips="easy550 easy550_anywan_smart3board"
local ramips="mt7621"

View file

@ -15,7 +15,7 @@ PKG_SOURCE_PROTO:=git
ifdef CONFIG_TARGET_intel_mips
PKG_SOURCE_URL:=git@dev.iopsys.eu:intel/uboot.git
PKG_SOURCE_VERSION:=3c5fd0c6a79b4a2dfaa5b69a730de4bf1b8ff094
PKG_SOURCE_VERSION:=26845b29444642dd89f44d4b00893f878873b047
else
PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/uboot.git
PKG_SOURCE_VERSION:=a86e52439340d078f8c66a28f01e0575a24bcebd
@ -60,10 +60,17 @@ define uboot/grx500
DEPENDS:=@TARGET_intel_mips
endef
define uboot/grx500_smart3board
TITLE:=U-Boot for the grx
UBOOT_IMG:=u-boot-nand.bin
DEPENDS:=@TARGET_intel_mips
endef
UBOOTS := \
ex400 \
sdx810_ap \
grx500
grx500 \
grx500_smart3board
define Package/uboot/template
define Package/uboot-$(1)