On Thursday 18 June 2009 18:07:49 bud.d...@suisse.org wrote:
> On 18.06.2009 18:00, Malte S. Stretz wrote:
> > On Thursday 18 June 2009 16:22:54 Jo-Philipp Wich wrote:
> >>> today I've written a proof-of-concept for
> >>> getting rid of oldstyle networking aka 'ifconfig'.
> >>
> >> You do realize that this "oldstyle" networking stuff uses busybox
> >> internals while switching to "ip" will introduce yet another few
> >> kilobytes of bloat?
> >
> > busybox also has a builtin ip; I don't know if it has all the features
> > needed but if it has, the images could get even smaller without the
> > external ip and without the builtin ifconfig.
>
> what are the size differences? did you try it out?

Now I did :)

busybox+ifconfig-ip:
-rwxr-xr-x 1 mss mss 531500 2009-06-18 18:57 busybox
-rwxr-xr-x 1 mss mss 618905 2009-06-18 18:57 busybox_unstripped

busybox-ifconfig+ip:
-rwxr-xr-x 1 mss mss 551168 2009-06-18 19:17 busybox
-rwxr-xr-x 1 mss mss 640684 2009-06-18 19:17 busybox_unstripped

Yes, it seems like the ip applet is definitely bigger.

BTW:  I previously talked about an ip package which is installed per default; 
not true, I guess the 6tunnel script I have installed pulled it in.

Cheers,
Malte

-- 
   
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to