mt76 icon indicating copy to clipboard operation
mt76 copied to clipboard

Please do file .deb easy install.

Open Casper-88 opened this issue 2 years ago • 1 comments

Dear openwrt, Please do file .deb easy install. Makefile show: make: *** No targets. Stop. deb file easy install use sudo dpkg -i

How to fix make: *** No targets. Stop.

Casper-88 avatar Mar 04 '22 01:03 Casper-88

?? openwrt uses opkg install, same as, dpkg -i

for the make no target refer to..., https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem maybe you need, make menuconfig, to select options for make to tell him what to make or better which target (router)

and if you want only the mt76 drivers, they are available trough opkg in stable or snapshot as package for all targets https://downloads.openwrt.org/

or if you want to build yourself they have to fit your snapshot / kernel version, better build snapshot image with drivers as complete image like described in the first link.

phil2sat avatar Apr 20 '22 14:04 phil2sat