install:
$(INSTALL_MODULE) net/bridge/netfilter/ebtables.ko /home/user_name/your_fs/lib/modules/ebtables.ko
Thanks,
Vishal
>But won't this install kernel modules for my current working host machineI think your taget board may be holding a filesystem/inital ramdisk. In order to make the modules part of the filesystem, you need to:
>instead of installing modules for TARGET?
>
>I am not sure how to get /lib/modules on TARGET board.
>
>Regards,
>Vipul.
1. Install the modules to the 'lib' directory under the 'directory tree' from which you have created the existing filesystem for the TARGET.
2. create a new filesystem image from the above directory tree.
3. Flash the filesystem to the target board to the same location where the existing filesystem resides OR tell the kernel to use the new filesystem if you are specifying te filesystem in other methods.
HTH,
Sudheer