Hi!

I'm trying to enable PPPoE support in kernel. I noticed that it's compiled as module, but it's not copied to openwrt-kmodules archive, so I've copied it manually on an OpenWRT box and tried to insmod it. All I get is:

root@OpenWrt:/lib/modules/2.4.20# insmod pppox
Using /lib/modules/2.4.20/pppox.o
insmod: Relocation overflow of type 4 for ppp_unregister_channel
insmod: Relocation overflow of type 4 for __lock_sock
insmod: Relocation overflow of type 4 for do_softirq
insmod: Relocation overflow of type 4 for ppp_channel_index
insmod: Relocation overflow of type 4 for __release_sock
insmod: Relocation overflow of type 4 for __wake_up
insmod: Relocation overflow of type 4 for do_softirq
insmod: Relocation overflow of type 4 for sock_register
insmod: Relocation overflow of type 4 for sock_unregister

Insmod of pppoe looks similar, but it's much longer smile.

The reason I'm trying to do this is to speed up my PPPoE connections (I've setup pppoe-server on this box). Can anybody help me?