build_mainline.sh: cape manager patch not applied?

Robert - am I missing a step?

I just ran build_mainline.sh on a fresh clone of
https://github.com/RobertCNelson/linux-dev and noticed that the cape
manager patch does not seem to get applied.

The build_mainline.sh I'm using is from commit 7865e5d on March 16.

It also seems to lack many modules I would have expected in the
default config for beaglebone like fbtft & iio sensors:
[linux-dev]$ find |grep ko$ |grep cape
[linux-dev]$ find |grep ko$ |grep fbtft
[linux-dev]$ find |grep ko$ |grep iio
./KERNEL/drivers/iio/adc/at91_adc.ko
./KERNEL/drivers/iio/adc/berlin2-adc.ko
./KERNEL/drivers/iio/adc/exynos_adc.ko
./KERNEL/drivers/iio/adc/vf610_adc.ko

thanks!
drew

build_mainline.sh doesn't call patch.sh, it just builds the default
multi_v7_defconfig...

For me, it was useful in the 3.10.x erra when the multi platforms
first started being integrated, for test comparisons. I haven't really
ran it since that time.

Regards,