"jeniffer" <(E-Mail Removed)> écrivait
news:(E-Mail Removed) oups.com:
> I need to include support for iptables in busybox version 1.00 .How do
> I do this ? How to compile the busybox so that I include iptables
> support
What is your need ?
Busybox is a tools that includse file related commands, and that's why it's
so compact (many code part are the same between theses commands).
However, iptables has no common part with these tools.
If your purpose is to reduce the size of the iptables binary, try to
compile the iptables sources with the uClibC (
http://uclibc.org/).
Regards