So to clarify, I need to edit the 2 files: cdk/Patches/linux-$version-dbox.config (for YADD) and cdk/Patches/linux-$version-dbox.config-flash (for images) and change a line to say CONFIG_AUTOFS4_FS=y....
Right, thats simple enough...
Now the confusing bit is where is says:
"Installing in YADD is

So my question is this; if I do the 1st bit and want to build the image using my normal command - e.g. "make flash-all-jffs2-2x yadd-all" , then where do I stick in the bit above about "make target flash-automount" as, I tried adding that to the make command e.g. make flash-automount-all-jffs2-2x yadd-automount-all , but it seemed to know nothing about that make target and failed.
So the confusion I think in the description on the web-page, is whether the make target flash-automount part is something thats typed into the make command (e.g , in my case make flash-all-jffs2-2x yadd-all) and I've slipped up somewhere, or whether this needs to be typed in at the "configure" stage ?
Incidentally, if I *only* did the first bit (added the automount kernel support) and used my usual make command make flash-all-jffs2-2x yadd-all , then would I end up with automount support, or not ?
If not, then an example of how I would extend my normal make command (make flash-all-jffs2-2x yadd-all) to include the automount part would greatly help.
Cheers from Mr Half-A-Brain
