Dave wrote : >b. I've aliased ppp-compress-26 to slhc, however when I 'make modules_install' >this module is not being recompiled. Is there some kernel selction that I >should have turned on? A quick look at the Makefile (/usr/src/linux/drivers/net) show these lines : ifeq ($(CONFIG_PPP),y) LX_OBJS += ppp_generic.o CONFIG_SLHC_BUILTIN = y ifeq ($(CONFIG_PPP_ASYNC),y) LX_OBJS += ppp_async.o So, it seems that slhc comes with ppp/ Regards Jean-Luc - To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to [EMAIL PROTECTED]
