mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
rename target iopsys-grx to intel_mips.
This commit is contained in:
parent
ad0a6d2024
commit
89afdc3012
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue