Hi, im trying to build friendlywrt to use the imagebuilder (to deploy into several devices with the same configuration) but when using the build.sh script the r2s plus is not available in the list of supported boards (see below):

Code: Select all

# select board: 
  ./build.sh rk3328.mk
  ./build.sh nanopi_r2c.mk
  ./build.sh rk3328_docker.mk
  ./build.sh nanopi_r2c_plus.mk
  ./build.sh nanopi_neo3.mk
  ./build.sh nanopi_r2s.mk


Is the r2s plus not supported by the build script yet? or should i use the rk3328 or nanopi_r2s files?