New device does not appear in menuconfig

I'm adding a new device to OpenWRT. Here are files I added or modified:

  • mt7621_cuman_spectra-ac12-g-v16.dts
  • mt7621.mk
  • mt7621/base-files/etc/board.d/02_network
  • mt7621/base-files/lib/upgrade/platform.sh

But my device does not appear in make menuconfig. What is missing?

OpenWRT v23.05.5

you'll need to add it to the makefile...

usually in

target/linux/<arch>/image/Makefile
1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.