From 89afdc3012341630ef3984f9ab56ccde0169c0e7 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Mon, 1 Oct 2018 19:46:35 +0200 Subject: [PATCH] rename target iopsys-grx to intel_mips. --- iop/configs/target/{iopsys_grx => intel_mips}/config | 0 iop/scripts/feeds_update.sh | 2 +- iop/scripts/genconfig.sh | 6 +++--- uboot/Makefile | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename iop/configs/target/{iopsys_grx => intel_mips}/config (100%) diff --git a/iop/configs/target/iopsys_grx/config b/iop/configs/target/intel_mips/config similarity index 100% rename from iop/configs/target/iopsys_grx/config rename to iop/configs/target/intel_mips/config diff --git a/iop/scripts/feeds_update.sh b/iop/scripts/feeds_update.sh index 906287d7e..03ad3d839 100755 --- a/iop/scripts/feeds_update.sh +++ b/iop/scripts/feeds_update.sh @@ -35,7 +35,7 @@ function feeds_update { ./scripts/feeds install -p targets iopsys-brcm63xx-mips ./scripts/feeds install -p targets iopsys-brcm63xx-arm ./scripts/feeds install -p targets iopsys-ramips - ./scripts/feeds install -p targets_grx iopsys-grx + ./scripts/feeds install -p intel_targets intel_mips # install all packages ./scripts/feeds install -a diff --git a/iop/scripts/genconfig.sh b/iop/scripts/genconfig.sh index e4dd86d03..f5c8ce27d 100755 --- a/iop/scripts/genconfig.sh +++ b/iop/scripts/genconfig.sh @@ -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 iopsys_grx="grx500" + local intel_mips="easy550" local ramips="mt7621" @@ -59,9 +59,9 @@ function genconfig { fi done - for p in $iopsys_grx; do + for p in $intel_mips; do if [ $p == $profile ]; then - target="iopsys_grx" + target="intel_mips" return fi done diff --git a/uboot/Makefile b/uboot/Makefile index d05663249..9e12bb384 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=5 PKG_SOURCE_PROTO:=git -ifdef CONFIG_TARGET_iopsys_grx +ifdef CONFIG_TARGET_intel_mips PKG_SOURCE_URL:=git@dev.iopsys.eu:intel/uboot.git PKG_SOURCE_VERSION:=505b9ebb3d3f620e46f16a9b7b364ecc64256c2f else @@ -56,7 +56,7 @@ endef define uboot/grx500 TITLE:=U-Boot for the grx UBOOT_IMG:=u-boot-nand.bin - DEPENDS:=@TARGET_iopsys_grx + DEPENDS:=@TARGET_intel_mips endef UBOOTS := \