Remove Wireless Driver using Image Builder

I'm new to OpenWRT, wondering whether it is possible to remove Wireless Driver when I'm building image using Image Builder.
Seems command "make menuconfig" is not for Image Builder. Are there any other way to reduce packages other than -pkg parameter?

Deselecting packages by prepending it with a hypen is the only way to exclude a package from images built with the image builder.

Why do you need another way?

1 Like

Thank you,
Then how do I know which packages are compiled into the image? I can see there is not many default packages in the profile.
Is the driver also considered as a "package" or something else?

Do a "make manifest" to obtain a complete list of all the packages that the image builder plans to include.

Drivers are usually kernel modules, and named "kmod-something".

1 Like