Cannot find menuconfig items

I m building 22.03 from source. In previous versions of OpenWrt I configured htop and vim in menuconfig but now the entire Administration submenu has gone and also the Editors submenu. Also parted is no longer shown.
What am I missing

Presumably:

./scripts/feeds update -a
./scripts/feeds install -a

Nope. As per procedure, did it first thing after cloning
Interestingly I had to explicitly install libpam, liblzma and libnetsmp because I got missing errors
Now I find that the entire luci sub menu is missing also.
Obviously it is me that is the problem but google is of no use or I am crap at that al well

Well it turns out I inadvertently used the wrong url for cloning. I had used
https://git.openwrt.org/openwrt/openwrt.git
whereas if I use
https://github.com/openwrt/openwrt.git
It all works

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