openwrt / mt76

mac80211 driver for MediaTek MT76x0e, MT76x2e, MT7603, MT7615, MT7628 and MT7688
738 stars 341 forks source link

Please do file .deb easy install. #652

Open Casper-88 opened 2 years ago

Casper-88 commented 2 years ago

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.

phil2sat commented 2 years ago

?? 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.