Make image fails

According Quick Image Building Guide I'm tryng to build firmware for gl-mt300n-v2.

git clone https://git.openwrt.org/openwrt/openwrt.git/
cd openwrt
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig

Target System (MediaTek Ralink MIPS)
Subtarget (MT76x8 based boards)
Target Profile (GL-iNet GL-MT300N-V2)

make -j1 V=s image PROFILE=gl-mt300n-v2

make[1]: Entering directory '/home/GL-MT300N-V2/openwrt'
make[1]: *** No rule to make target 'image'. Stop.
make[1]: Leaving directory '/home/GL-MT300N-V2/openwrt'
/home/GL-MT300N-V2/openwrt/include/toplevel.mk:216: recipe for target 'image' failed
make: *** [image] Error 2

make -j1 V=s info

make[1]: Entering directory '/home/GL-MT300N-V2/openwrt'
make[1]: *** No rule to make target 'info'. Stop.
make[1]: Leaving directory '/home/GL-MT300N-V2/openwrt'
/home/GL-MT300N-V2/openwrt/include/toplevel.mk:216: recipe for target 'info' failed
make: *** [info] Error 2

What's wrong?

Use make -j1 V=s directly, no invalid parameters need to be added

You are mixing up imagebuilder syntax (PROFILE, image, info) with the syntax for building from source.

Beyond that your log excerpts would be a little too brief, the actual error messages tend to be just above the lines you quoted.

Argh. Ok clare.

https://openwrt.org/docs/guide-user/additional-software/imagebuilder
https://openwrt.org/docs/guide-developer/quickstart-build-images