How to see samba4's dependencies? I need to remove those from menuconfig

I've mistakenly added samba4 but image got huge. I removed it, but still the same. Guess dependencies are still there.

Multiple ways to see that. E.g.:

make menuconfig

then press: shift + /

now enter samba in the search box, scroll down until you see the package, and look for “Selects:” this will tell you what other packages it will select.For example, in the following image it shows PACKAGE_luci-app-samba4 ist not (=n) selected, if it is selected then you would see PACKAGE_luci-app-samba4 [=y] or m in case if it should be only build and added as a package instead of directly added to the firmware. It will also show you what other packages it will select and it they are already selected due to other deps.

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