I am building openwrt for Linkit smart with make menuconfig. I am trying to remove python from build, but python is marked with (-*-). This means another package depends on python.
I tried to search with (/) for python but could not find a clue on that package.
Is there away to find which package (or other item) that depends on python?
Thanks.
I found it. Just highlight the suspected item and press (?) The popup window will show you :
Then you can go back and deselect those items that depend on this.