This is the output for make install, or why is there an install keyword in the error?
The full command you posted is make -C /home/uname/Downloads/mt7603_v1.16/os/linux -f Makefile.6 install, which is something completely different to make without any parameters.
Just type
make
. Why do you typemake install
? If you can’t follow simple instructions, you won’t be happy with Linux.I already told you the error here.
This is the output for
make install
, or why is there an install keyword in the error?The full command you posted is
make -C /home/uname/Downloads/mt7603_v1.16/os/linux -f Makefile.6 install
, which is something completely different tomake
without any parameters.Just type
make
and nothing else.Okay, that looks different. Does that folder in /opt exist at all?