OpenWrt Forum Archive

Topic: mppe

The content of this topic has been archived on 14 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I just start building up kamikaze environment.
My router will be configured with ppp + mppe + pptp as client toward my internet provider.
Previous configuration was based on whiterussian RC6. With RC6 I used the ppp precompiled version with the addon packages:
kmod-mppe_2.4.30-brcm-4_mipsel.ipk and kmod-crypto_2.4.30-brcm-4_mipsel.ipk by using the ipkg:

ipkg install kmod-mppe kmod-crypto ntpclient

After that, more simple additional modifications permits to work.

The problem is that the output of kamikaze don't generate any kmod-mppe package.
I configured the selection to have the mppe by menuconfig but without any success. I obtain the ppp,
pptp and crypto packages but the kmod-mppe packages is not produced.
As a comparison  the kmod-gre is instead well generated.
How is it possible to generate this module.

I saw another similar post "http://forum.openwrt.org/viewtopic.php?id=9147"
(no mppe with BCM947xx/953xx) the configuration is similar and I'll go to to try the solution there described also with my router, but the question is still there: why the kmod-mppe package is not generated?.

The discussion might have continued from here.