PDA

Bekijk de volledige versie : compile 1.9.2.7-6b, modules don't appear in target



tophinus
26-09-2005, 09:40
Hi,

I'm trying to compile the 1.9.2.7-6b firmware with the script here :
http://wiki.wl500g.info/index.php/compilingcustomfirmware

After all, I look at the size of the trx file and it is only 2826240bytes. Oleg's firmware is 3735322bytes. The difference between both is too large from my point of view. So I decide to see what it can miss. And in broadcom/src/gateway/mipsel-uclibc/target/lib/modules/2.4.20/ , there is only the driver for the parallel port. There is no usb, no et, no wl module .....


toph@pcfixe:~/temp/wl500g/broadcom/src/gateway/mipsel-uclibc/target/lib/modules/2.4.20$ ls -l
drwxr-xr-x 2 root root 4096 2005-09-26 09:01 parport


Is is there a problem ??? If no, how are modules added to the trx file if they don't appear in /lib/modules/ ???

Oleg
26-09-2005, 09:48
how you've build it? perhaps you used wl500g not WL500g as needed.

tophinus
26-09-2005, 09:56
I changed the last line of the script from make install to make image-wl500gx. So I think I must do a "make image-WL500gx" ??? I will try this and tell you if they are errors again but i think there won't exist anyway.

Thanks again for your help Oleg :)