Hi Guys,
I am new to OpenWRT
I am trying to add a kernel spi module to my Atheros AR9331 custom hardware running OpenWRT (Barrier Breaker).
I have added a new stanza in package/kernel/modules/spi.mk and I see the item for my driver in menuconfig.
While I try to build with
make ./package/kernel/compile V=s however I get
...
"WARNING: kmod-spi-si3217x is not available in the kernel config"
...
What am I missing?
What is the proper (OpenWRT) way to recompile only my custom kernel module?
Thank you!
Dimitar