So I start from scratch:
git clone https://github.com/openwrt/openwrt.git
cd openwrt
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
I select the Target System (Broadcom BCM63xx).
Now I want to select the Target Profile but only Default Profile shows up.
Why? Am I doing something wrong?