Phil Sutter dixit:

>On Thu, Feb 08, 2007 at 09:25:58AM +0100, Waldemar Brodkorb wrote:
>> See here:
>> https://dev.openwrt.org/ticket/1301
>>
>> We can strip some of the kernel module informations, but not all.

Ok, for future reference:
|   [42]22 -               eval "$STRIP_KMOD $F" || \
|   [43]23 +       [ "${F##*\.}" = "o" -o "${F##*\.}" = "ko" ] && {
|   [44]24 +               export LOCAL_NM=$NM
|   [45]25 +               eval "$STRIP_KMOD" \
|   [46]26 +               "$($LOCAL_NM $F | cut -f3- -d' ' | sed -n -e
|          's/__module_parm_\(.*\)/-K \1/p' | xargs)" \
|   [47]27 +               "$F"

I can make something out of this _if_ that's needed.

>I'm quite sure that ath_pci.o wasn't stripped. I checked the file in
>IDIR_MADWIFI yesterday, and right now I checked the file inside the
>ipkg. Both times `file' reports not stripped. I'm curious, is it
>possible to strip in a way file doesn't recognize it afterwards? If not,
>the problem is definitely something else.

Depends. Please send me the ath_pci.o file in question, I'll do
some research on it.

//mirabile
--
  "Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
                                         -- Henry Nelson, March 1999
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to