[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Adding PPP support in kernel



Hi Felix,

At Mon, 3 Jan 2005 09:25:04 +0100,
Felix Nielsen wrote:
> 
> Hi Yasushi,
> 
> Right now I am using the dist from your website :
> 
> /suzaku/dist/uClinux-dist-20040408-suzaku3.tar.gz

ok.  Are you using mppe at all?  if not, here is a patch to remove
ppp_mppe.c from Makefile.  after applying the patch, you should be
able to build kernel.

this module should be an option in the first place.  it is introduced
in the tree at

http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/uClinux-2.4.x/drivers/net/Makefile.diff?r1=1.18;r2=1.19

Davidm, you seems to be the one to commit the change, do you remember
why this is not an option?  poptop project on sf.net seems to have it
as an option.

http://cvs.sourceforge.net/viewcvs.py/poptop/kernelmod/2.4/linux-default-bsd-mppe.patch?rev=1.2&view=markup

would you want me to make a patch against trunk?

best regards,
--
                   yashi

* remove ppp_mppe module from driver/net/Makefile.  this module should
be a compile-time option.

 Makefile |    1 -
 1 files changed, 1 deletion(-)

Index: uClinux-dist-20040408-suzaku3/linux-2.4.x/drivers/net/Makefile
===================================================================
--- uClinux-dist-20040408-suzaku3.orig/linux-2.4.x/drivers/net/Makefile	2004-09-25 12:52:20.000000000 +0900
+++ uClinux-dist-20040408-suzaku3/linux-2.4.x/drivers/net/Makefile	2005-01-04 12:39:31.506944617 +0900
@@ -180,7 +180,6 @@ obj-$(CONFIG_B44) += b44.o
 obj-$(CONFIG_FORCEDETH) += forcedeth.o
 
 obj-$(CONFIG_PPP) += ppp_generic.o slhc.o
-obj-$(CONFIG_PPP) += ppp_generic.o slhc.o ppp_mppe.o
 obj-$(CONFIG_PPP_ASYNC) += ppp_async.o
 obj-$(CONFIG_PPP_SYNC_TTY) += ppp_synctty.o
 obj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/