Looks like many (or all?) of the Bering 2.4.20 modules at
http://leaf.sf.net/devel/jnilo/bering/latest/modules/2.4.20
are not stripped.  Was that intentional?  Stripping them
would save a fair amount of space:

  brad@blacklab:/tmp$ ls -s1 /tmp/*.o
    16 /tmp/3c509.o
    76 /tmp/hostap.o
     4 /tmp/hostap_crypt.o
     8 /tmp/hostap_crypt_wep.o
    64 /tmp/hostap_cs.o
    56 /tmp/hostap_pci.o
    60 /tmp/hostap_plx.o
  brad@blacklab:/tmp$ strip /tmp/*.o
  brad@blacklab:/tmp$ ls -s1 /tmp/*.o
    12 /tmp/3c509.o
    60 /tmp/hostap.o
     4 /tmp/hostap_crypt.o
     4 /tmp/hostap_crypt_wep.o
    44 /tmp/hostap_cs.o
    40 /tmp/hostap_pci.o
    44 /tmp/hostap_plx.o

--Brad



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en

_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to