diff --git a/iop/scripts/genconfig.sh b/iop/scripts/genconfig.sh index 8c2ba0b60..752735ca7 100755 --- a/iop/scripts/genconfig.sh +++ b/iop/scripts/genconfig.sh @@ -16,7 +16,7 @@ function genconfig { iopsys_brcm63xx_mips="cg300 cg301 dg150 dg150v2 dg150alv2 dg200 dg200al dg301 dg301al eg300 vg50 vox25 hpc_hu02" iopsys_brcm63xx_arm="dg400 eg400 sdx810_rg f104w f104 dg400prime dg400primeb 963138REF_P502" - iopsys_ramips="ex400 sdx_500ap" + iopsys_ramips="ex400 sdx810_ap" ramips="mt7621" target="bogus" masterconfig=1 diff --git a/uboot/Makefile b/uboot/Makefile index dfe249044..b40293a53 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -35,13 +35,13 @@ define uboot/ex400 TITLE:=U-Boot for the ex400 endef -define uboot/sdx_500ap +define uboot/sdx810_ap TITLE:=U-Boot for the sdx-500ap endef UBOOTS := \ ex400 \ - sdx_500ap + sdx810_ap define Package/uboot/template define Package/uboot-$(1)