Trying to create OpenWrt for EA7400

I installed the .git files for building openwrt. Compiled and built the ea7500_v1 files with no problem. I got all the way to .bin files for the ea7500_v1. Since the ea7400_v1 and the ea7500_v1 are essentially the same hardware I thought it would be easy to add the ea7400_v1 changes needed to all files. I changed the .config file to add the ea7400_v1. I changed the ipq806x to add the ea7400_v1. I did a make menuconfig and selected the ea7400_v1 and it finished correctly. I then did a make. It went through the make with no errors shown. However, it did not make the .bin file, but it did create a .manifest file for the ea7400_v1. What else do I need to get it to generate .bin files?

Boy I wish you could attach regular files instead of just image files. Maybe I will use pastebin next time. Here is the make output (lightly edited) when I don't get any output:

xxxxxxxxxx@debian:~/openwrt$ make -d
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile 'Makefile'...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/debug.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/depends.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/toplevel.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/verbose.mk' (search path) (no ~ expansion)...
Updating makefiles....
 Considering target file '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Trying pattern rule with stem 'verbose.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
  Trying pattern rule with stem 'toplevel.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Trying pattern rule with stem 'depends.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Trying pattern rule with stem 'debug.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
 Considering target file 'Makefile'.
  Looking for an implicit rule for 'Makefile'.
  Trying pattern rule with stem 'Makefile'.
  Found an implicit rule for 'Makefile'.
  Finished prerequisites of target file 'Makefile'.
 No need to remake target 'Makefile'.
Updating goal targets....
Considering target file 'world'.
 File 'world' does not exist.
 Looking for an implicit rule for 'world'.
 Trying pattern rule with stem 'world'.
 Found an implicit rule for 'world'.
 Finished prerequisites of target file 'world'.
Must remake target 'world'.
Putting child 0x5614294cc320 (world) PID 10173 on the chain.
Live child 0x5614294cc320 (world) PID 10173 
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile 'Makefile'...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/debug.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/depends.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/toplevel.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/verbose.mk' (search path) (no ~ expansion)...
Updating makefiles....
 Considering target file '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Trying pattern rule with stem 'verbose.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
  Trying pattern rule with stem 'toplevel.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Trying pattern rule with stem 'depends.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Trying pattern rule with stem 'debug.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
 Considering target file 'Makefile'.
  Looking for an implicit rule for 'Makefile'.
  Trying pattern rule with stem 'Makefile'.
  Found an implicit rule for 'Makefile'.
  Finished prerequisites of target file 'Makefile'.
 No need to remake target 'Makefile'.
Updating goal targets....
Considering target file 'prereq'.
 File 'prereq' does not exist.
  Considering target file 'prepare-tmpinfo'.
   File 'prepare-tmpinfo' does not exist.
    Considering target file 'FORCE'.
     File 'FORCE' does not exist.
     Finished prerequisites of target file 'FORCE'.
    Must remake target 'FORCE'.
    Successfully remade target file 'FORCE'.
   Finished prerequisites of target file 'prepare-tmpinfo'.
  Must remake target 'prepare-tmpinfo'.
Putting child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10220 on the chain.
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10220 
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile 'Makefile'...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/debug.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/depends.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/toplevel.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/verbose.mk' (search path) (no ~ expansion)...
Updating makefiles....
 Considering target file '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Trying pattern rule with stem 'verbose.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
  Trying pattern rule with stem 'toplevel.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/toplevel.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Trying pattern rule with stem 'depends.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Trying pattern rule with stem 'debug.mk'.
  Found an implicit rule for '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
 Considering target file 'Makefile'.
  Looking for an implicit rule for 'Makefile'.
  Trying pattern rule with stem 'Makefile'.
  Found an implicit rule for 'Makefile'.
  Finished prerequisites of target file 'Makefile'.
 No need to remake target 'Makefile'.
Updating goal targets....
Considering target file 'staging_dir/host/.prereq-build'.
  Considering target file 'include/prereq-build.mk'.
   Looking for an implicit rule for 'include/prereq-build.mk'.
   Trying pattern rule with stem 'prereq-build.mk'.
   Found an implicit rule for 'include/prereq-build.mk'.
   Finished prerequisites of target file 'include/prereq-build.mk'.
  No need to remake target 'include/prereq-build.mk'.
 Finished prerequisites of target file 'staging_dir/host/.prereq-build'.
 Prerequisite 'include/prereq-build.mk' is older than target 'staging_dir/host/.prereq-build'.
No need to remake target 'staging_dir/host/.prereq-build'.
Reaping winning child 0x557e3d5c7fb0 PID 10220 
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10266 
Reaping winning child 0x557e3d5c7fb0 PID 10266 
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10267 
Reaping winning child 0x557e3d5c7fb0 PID 10267 
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10308 
Reaping winning child 0x557e3d5c7fb0 PID 10308 
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10349 
Reaping winning child 0x557e3d5c7fb0 PID 10349 
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10350 
Reaping winning child 0x557e3d5c7fb0 PID 10350 
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10355 
Reaping winning child 0x557e3d5c7fb0 PID 10355 
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10357 
Reaping winning child 0x557e3d5c7fb0 PID 10357 
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10359 
Reaping winning child 0x557e3d5c7fb0 PID 10359 
Live child 0x557e3d5c7fb0 (prepare-tmpinfo) PID 10361 
Reaping winning child 0x557e3d5c7fb0 PID 10361 
Removing child 0x557e3d5c7fb0 PID 10361 from chain.
  Successfully remade target file 'prepare-tmpinfo'.
  Considering target file '.config'.
    Considering target file 'scripts/config/conf'.
     Looking for an implicit rule for 'scripts/config/conf'.
     Trying pattern rule with stem 'c'.
     Found an implicit rule for 'scripts/config/conf'.
      Considering target file 'staging_dir/host/.prereq-build'.
        Considering target file 'include/prereq-build.mk'.
         Looking for an implicit rule for 'include/prereq-build.mk'.
         Trying pattern rule with stem 'prereq-build.mk'.
         Found an implicit rule for 'include/prereq-build.mk'.
         Finished prerequisites of target file 'include/prereq-build.mk'.
        No need to remake target 'include/prereq-build.mk'.
       Finished prerequisites of target file 'staging_dir/host/.prereq-build'.
       Prerequisite 'include/prereq-build.mk' is older than target 'staging_dir/host/.prereq-build'.
      No need to remake target 'staging_dir/host/.prereq-build'.
     Finished prerequisites of target file 'scripts/config/conf'.
     Prerequisite 'staging_dir/host/.prereq-build' is older than target 'scripts/config/conf'.
    No need to remake target 'scripts/config/conf'.
    Pruning file 'prepare-tmpinfo'.
    Pruning file 'staging_dir/host/.prereq-build'.
   Finished prerequisites of target file '.config'.
   Prerequisite 'scripts/config/conf' is older than target '.config'.
   Prerequisite 'prepare-tmpinfo' of target '.config' does not exist.
   Prerequisite 'staging_dir/host/.prereq-build' is older than target '.config'.
  Must remake target '.config'.
Putting child 0x557e3d5c4e40 (.config) PID 10362 on the chain.
Live child 0x557e3d5c4e40 (.config) PID 10362 
Reaping winning child 0x557e3d5c4e40 PID 10362 
Removing child 0x557e3d5c4e40 PID 10362 from chain.
  Successfully remade target file '.config'.
 Finished prerequisites of target file 'prereq'.
Must remake target 'prereq'.
Putting child 0x557e3d5c8970 (prereq) PID 10364 on the chain.
Live child 0x557e3d5c8970 (prereq) PID 10364 
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile 'Makefile'...
Reading makefile 'rules.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/.config' (search path) (don't care) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/debug.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/verbose.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-8.4.0_musl_eabi/info.mk' (search path) (don't care) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/depends.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/subdir.mk' (search path) (no ~ expansion)...
Reading makefile 'target/Makefile' (search path) (no ~ expansion)...
Reading makefile 'package/Makefile' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/feeds.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/tmp/.packageauxvars' (search path) (don't care) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/include/rootfs.mk' (search path) (no ~ expansion)...
Reading makefile '/home/xxxxxxxxxx/openwrt/tmp/.packagedeps' (search path) (don't care) (no ~ expansion)...
Reading makefile 'tools/Makefile' (search path) (no ~ expansion)...
Reading makefile 'toolchain/Makefile' (search path) (no ~ expansion)...
Updating makefiles....
 Considering target file 'toolchain/Makefile'.
  Looking for an implicit rule for 'toolchain/Makefile'.
  No implicit rule found for 'toolchain/Makefile'.
  Finished prerequisites of target file 'toolchain/Makefile'.
 No need to remake target 'toolchain/Makefile'.
 Considering target file 'tools/Makefile'.
  Looking for an implicit rule for 'tools/Makefile'.
  No implicit rule found for 'tools/Makefile'.
  Finished prerequisites of target file 'tools/Makefile'.
 No need to remake target 'tools/Makefile'.
 Considering target file '/home/xxxxxxxxxx/openwrt/tmp/.packagedeps'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/tmp/.packagedeps'.
  No implicit rule found for '/home/xxxxxxxxxx/openwrt/tmp/.packagedeps'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/tmp/.packagedeps'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/tmp/.packagedeps'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/rootfs.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/rootfs.mk'.
  No implicit rule found for '/home/xxxxxxxxxx/openwrt/include/rootfs.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/rootfs.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/rootfs.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/tmp/.packageauxvars'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/tmp/.packageauxvars'.
  No implicit rule found for '/home/xxxxxxxxxx/openwrt/tmp/.packageauxvars'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/tmp/.packageauxvars'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/tmp/.packageauxvars'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/feeds.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/feeds.mk'.
  No implicit rule found for '/home/xxxxxxxxxx/openwrt/include/feeds.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/feeds.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/feeds.mk'.
 Considering target file 'package/Makefile'.
  Looking for an implicit rule for 'package/Makefile'.
  No implicit rule found for 'package/Makefile'.
  Finished prerequisites of target file 'package/Makefile'.
 No need to remake target 'package/Makefile'.
 Considering target file 'target/Makefile'.
  Looking for an implicit rule for 'target/Makefile'.
  No implicit rule found for 'target/Makefile'.
  Finished prerequisites of target file 'target/Makefile'.
 No need to remake target 'target/Makefile'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/subdir.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/subdir.mk'.
  No implicit rule found for '/home/xxxxxxxxxx/openwrt/include/subdir.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/subdir.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/subdir.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  No implicit rule found for '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/depends.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-8.4.0_musl_eabi/info.mk'.
   Considering target file '.config'.
    Looking for an implicit rule for '.config'.
    No implicit rule found for '.config'.
    Finished prerequisites of target file '.config'.
   No need to remake target '.config'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-8.4.0_musl_eabi/info.mk'.
  Prerequisite '.config' is older than target '/home/xxxxxxxxxx/openwrt/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-8.4.0_musl_eabi/info.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-8.4.0_musl_eabi/info.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  No implicit rule found for '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/verbose.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  No implicit rule found for '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/include/debug.mk'.
 Considering target file '/home/xxxxxxxxxx/openwrt/.config'.
  Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/.config'.
  No implicit rule found for '/home/xxxxxxxxxx/openwrt/.config'.
  Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/.config'.
 No need to remake target '/home/xxxxxxxxxx/openwrt/.config'.
 Considering target file 'rules.mk'.
  Looking for an implicit rule for 'rules.mk'.
  No implicit rule found for 'rules.mk'.
  Finished prerequisites of target file 'rules.mk'.
 No need to remake target 'rules.mk'.
 Considering target file 'Makefile'.
  Looking for an implicit rule for 'Makefile'.
  No implicit rule found for 'Makefile'.
  Finished prerequisites of target file 'Makefile'.
 No need to remake target 'Makefile'.
Updating goal targets....
Considering target file 'prereq'.
 File 'prereq' does not exist.
  Considering target file '/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq'.
    Considering target file '/home/xxxxxxxxxx/openwrt/tmp/.build'.
     Looking for an implicit rule for '/home/xxxxxxxxxx/openwrt/tmp/.build'.
     No implicit rule found for '/home/xxxxxxxxxx/openwrt/tmp/.build'.
     Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/tmp/.build'.
    No need to remake target '/home/xxxxxxxxxx/openwrt/tmp/.build'.
    Considering target file '.config'.
    File '.config' was considered already.
   Finished prerequisites of target file '/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq'.
   Prerequisite '/home/xxxxxxxxxx/openwrt/tmp/.build' is newer than target '/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq'.
   Prerequisite '.config' is older than target '/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq'.
  Must remake target '/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq'.
Putting child 0x5566b46247f0 (/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq) PID 10376 on the chain.
Live child 0x5566b46247f0 (/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq) PID 10376 
Reaping winning child 0x5566b46247f0 PID 10376 
Live child 0x5566b46247f0 (/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq) PID 10384 
Reaping winning child 0x5566b46247f0 PID 10384 
Live child 0x5566b46247f0 (/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq) PID 10386 
Reaping winning child 0x5566b46247f0 PID 10386 
Removing child 0x5566b46247f0 PID 10386 from chain.
  Successfully remade target file '/home/xxxxxxxxxx/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.target_prereq'.
  Considering target file 'tmp/.prereq_packages'.
    Pruning file '.config'.
   Finished prerequisites of target file 'tmp/.prereq_packages'.
   Prerequisite '.config' is older than target 'tmp/.prereq_packages'.
  No need to remake target 'tmp/.prereq_packages'.
 Finished prerequisites of target file 'prereq'.
Must remake target 'prereq'.
Putting child 0x5566b4b49c80 (prereq) PID 10387 on the chain.
Live child 0x5566b4b49c80 (prereq) PID 10387 
Reaping winning child 0x5566b4b49c80 PID 10387 
Removing child 0x5566b4b49c80 PID 10387 from chain.
Successfully remade target file 'prereq'.
Reaping winning child 0x557e3d5c8970 PID 10364 
Removing child 0x557e3d5c8970 PID 10364 from chain.
Successfully remade target file 'prereq'.
Reaping winning child 0x5614294cc320 PID 10173 
Live child 0x5614294cc320 (world) PID 10388 
Reaping winning child 0x5614294cc320 PID 10388 
Live child 0x5614294cc320 (world) PID 10394 
 make[1] world
 make[2] target/compile
 make[3] -C target/linux compile
 make[2] buildinfo
 make[3] diffconfig buildversion feedsversion
 make[2] package/cleanup
 make[2] package/compile
 make[3] -C package/libs/libjson-c host-compile
 make[3] -C package/libs/libubox host-compile
 make[3] -C package/system/opkg host-compile
 make[3] -C package/libs/toolchain compile
 make[3] -C package/libs/libnl-tiny compile
 make[3] -C package/libs/libjson-c compile
 make[3] -C package/utils/lua compile
 make[3] -C package/libs/libubox compile
 make[3] -C package/system/ubus compile
 make[3] -C package/system/uci compile
 make[3] -C package/network/config/netifd compile
 make[3] -C package/firmware/linux-firmware compile
 make[3] -C package/firmware/prism54-firmware compile
 make[3] -C package/kernel/linux compile
 make[3] -C package/system/ubox compile
 make[3] -C package/libs/ncurses host-compile
 make[3] -C package/libs/zlib compile
 make[3] -C package/libs/ncurses compile
 make[3] -C package/utils/util-linux compile
 make[3] -C package/utils/mtd-utils compile
 make[3] -C package/system/fstools compile
 make[3] -C package/system/fwtool host-compile
 make[3] -C package/system/fwtool compile
 make[3] -C package/system/usign host-compile
 make[3] -C package/system/ucert host-compile
 make[3] -C package/utils/jsonfilter compile
 make[3] -C package/system/openwrt-keyring compile
 make[3] -C package/system/usign compile
 make[3] -C package/base-files compile
 make[3] -C package/boot/uboot-envtools compile
 make[3] -C package/firmware/b43legacy-firmware compile
 make[3] -C package/firmware/wireless-regdb compile
 make[3] -C package/libs/openssl compile
 make[3] -C package/libs/gettext compile
 make[3] -C package/libs/libiconv compile
 make[3] -C package/libs/libtool compile
 make[3] -C package/libs/wolfssl compile
 make[3] -C package/network/services/hostapd compile
 make[3] -C package/network/utils/iw compile
 make[3] -C package/kernel/mac80211 compile
 make[3] -C package/kernel/ath10k-ct compile
 make[3] -C package/firmware/ath10k-ct-firmware compile
 make[3] -C package/kernel/gpio-button-hotplug compile
 make[3] -C package/libs/mbedtls compile
 make[3] -C package/libs/ustream-ssl compile
 make[3] -C package/libs/uclient compile
 make[3] -C package/network/utils/iptables compile
 make[3] -C package/network/config/firewall compile
 make[3] -C package/network/config/swconfig compile
 make[3] -C package/network/ipv6/odhcp6c compile
 make[3] -C package/network/services/dnsmasq compile
 make[3] -C package/network/services/dropbear compile
 make[3] -C package/network/services/odhcpd compile
 make[3] -C package/libs/libpcap compile
 make[3] -C package/network/utils/linux-atm compile
 make[3] -C package/network/utils/resolveip compile
 make[3] -C package/network/services/ppp compile
 make[3] -C package/network/utils/iwinfo compile
 make[3] -C package/system/ca-certificates compile
 make[3] -C package/system/mtd compile
 make[3] -C package/system/opkg compile
 make[3] -C package/libs/libsepol compile
 make[3] -C package/libs/pcre compile
 make[3] -C package/libs/musl-fts compile
 make[3] -C package/libs/libselinux compile
 make[3] -C package/system/procd compile
 make[3] -C package/system/urandom-seed compile
 make[3] -C package/system/urngd compile
 make[3] -C package/utils/busybox compile
 make[2] package/install
 make[2] target/install
 make[3] -C target/linux install
 make[2] package/index
 make[2] json_overview_image_info
 make[2] checksum
Reaping winning child 0x5614294cc320 PID 10394 
Removing child 0x5614294cc320 PID 10394 from chain.
Successfully remade target file 'world'.

I fixed the problem. I had to copy qcom-ipq8064-ea7500-v1.dtb and qcom-ipq8064-ea7500-v1.dts to qcom-ipq8064-ea7400-v1.dt[bs]. I also had to add ea7400-vi to the Makefile in ~/openwrt/target/linux/ipq806x/image. I now have .bin files.

Thanks for looking. Now to try it in my ea7400.

Did you ever get this completed? Did it work?