2000-12-16 21:18:13

by Rasmus Andersen

[permalink] [raw]
Subject: [PATCH] drivers/isdn/isdn_bsdcomp.c can only be modular (240t13p2)

Hi.

drivers/isdn/isdn_bsdcomp.c #errors if it is not compiled as a module. The
following patch moves this into the Config.in file. Other options include
fixing the code or just noting this in the help option for the config entry.
I leave this up to the maintainers.


--- linux-240-t13-pre2-clean/drivers/isdn/Config.in Sat Dec 16 20:40:56 2000
+++ linux/drivers/isdn/Config.in Sat Dec 16 21:40:25 2000
@@ -6,7 +6,7 @@
if [ "$CONFIG_ISDN_PPP" != "n" ]; then
bool ' Use VJ-compression with synchronous PPP' CONFIG_ISDN_PPP_VJ
bool ' Support generic MP (RFC 1717)' CONFIG_ISDN_MPP
- tristate ' Support BSD compression with sync PPP' CONFIG_ISDN_PPP_BSDCOMP
+ dep_tristate ' Support BSD compression with sync PPP' CONFIG_ISDN_PPP_BSDCOMP $CONFIG_MODULES
fi
fi
bool ' Support audio via ISDN' CONFIG_ISDN_AUDIO

--
Regards,
Rasmus([email protected])

While the Melissa license is a bit unclear, Melissa aggressively
encourages free distribution of its source code.
-- Kevin Dalley on Melissa being Open Source


2000-12-16 21:26:04

by Peter Samuelson

[permalink] [raw]
Subject: Re: [PATCH] drivers/isdn/isdn_bsdcomp.c can only be modular (240t13p2)


[Rasmus Andersen]
> - tristate ' Support BSD compression with sync PPP' CONFIG_ISDN_PPP_BSDCOMP
> + dep_tristate ' Support BSD compression with sync PPP' CONFIG_ISDN_PPP_BSDCOMP $CONFIG_MODULES

Kai has a better fix in his tree already. Various ISDN build problems
are going away Real Soon Now. (:

Peter