mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
rename easy550_anywan_smart3board to speedport_smart3
This commit is contained in:
parent
09dd775333
commit
9f20352d24
3 changed files with 3 additions and 3 deletions
|
|
@ -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 easy350 easy550_anywan_smart3board"
|
||||
local intel_mips="easy550 easy350 speedport_smart3"
|
||||
local ramips="mt7621"
|
||||
|
||||
if [ "$profile" == "LIST" ]
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ define uboot/grx500
|
|||
DEPENDS:=@TARGET_intel_mips
|
||||
endef
|
||||
|
||||
define uboot/grx500_smart3board
|
||||
define uboot/grx500_speedport_smart3
|
||||
TITLE:=U-Boot for the grx
|
||||
UBOOT_IMG:=u-boot-nand.bin
|
||||
DEPENDS:=@TARGET_intel_mips
|
||||
|
|
@ -70,7 +70,7 @@ UBOOTS := \
|
|||
ex400 \
|
||||
sdx810_ap \
|
||||
grx500 \
|
||||
grx500_smart3board
|
||||
grx500_speedport_smart3
|
||||
|
||||
define Package/uboot/template
|
||||
define Package/uboot-$(1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue