linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.4.22][RESEND] small config fix for ISDN
@ 2003-09-01 13:54 Paolo Ornati
  2003-09-01 16:01 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Ornati @ 2003-09-01 13:54 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel

Hi,

trying to install modules in 2.4.22 I get this error:
depmod: *** Unresolved symbols in /lib/modules/2.4.22/kernel/drivers/isdn/isdn.o
depmod: 	sk_run_filter
depmod: 	sk_chk_filter

this is the fix for drivers/isdn/Config.in, please apply:

--- drivers/isdn/Config.in.orig	2003-08-31 13:23:25.000000000 +0200
+++ drivers/isdn/Config.in	2003-08-31 13:29:31.000000000 +0200
@@ -8,7 +8,7 @@
 if [ "$CONFIG_INET" != "n" ]; then
    bool '  Support synchronous PPP' CONFIG_ISDN_PPP
    if [ "$CONFIG_ISDN_PPP" != "n" ]; then
-      bool         '    PPP filtering for ISDN' CONFIG_IPPP_FILTER $CONFIG_FILTER
+      dep_bool     '    PPP filtering for ISDN' CONFIG_IPPP_FILTER $CONFIG_FILTER
       bool         '    Use VJ-compression with synchronous PPP' CONFIG_ISDN_PPP_VJ
       bool         '    Support generic MP (RFC 1717)' CONFIG_ISDN_MPP
       dep_tristate '    Support BSD compression' CONFIG_ISDN_PPP_BSDCOMP $CONFIG_ISDN


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.4.22][RESEND] small config fix for ISDN
  2003-09-01 13:54 [PATCH 2.4.22][RESEND] small config fix for ISDN Paolo Ornati
@ 2003-09-01 16:01 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2003-09-01 16:01 UTC (permalink / raw)
  To: Paolo Ornati; +Cc: marcelo, linux-kernel

Paolo Ornati wrote:
> Hi,
> 
> trying to install modules in 2.4.22 I get this error:
> depmod: *** Unresolved symbols in /lib/modules/2.4.22/kernel/drivers/isdn/isdn.o
> depmod: 	sk_run_filter
> depmod: 	sk_chk_filter
> 
> this is the fix for drivers/isdn/Config.in, please apply:
> 
> --- drivers/isdn/Config.in.orig	2003-08-31 13:23:25.000000000 +0200
> +++ drivers/isdn/Config.in	2003-08-31 13:29:31.000000000 +0200
> @@ -8,7 +8,7 @@
>  if [ "$CONFIG_INET" != "n" ]; then
>     bool '  Support synchronous PPP' CONFIG_ISDN_PPP
>     if [ "$CONFIG_ISDN_PPP" != "n" ]; then
> -      bool         '    PPP filtering for ISDN' CONFIG_IPPP_FILTER $CONFIG_FILTER
> +      dep_bool     '    PPP filtering for ISDN' CONFIG_IPPP_FILTER $CONFIG_FILTER
>        bool         '    Use VJ-compression with synchronous PPP' CONFIG_ISDN_PPP_VJ
>        bool         '    Support generic MP (RFC 1717)' CONFIG_ISDN_MPP
>        dep_tristate '    Support BSD compression' CONFIG_ISDN_PPP_BSDCOMP $CONFIG_ISDN


agreed, looks good.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-01 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-01 13:54 [PATCH 2.4.22][RESEND] small config fix for ISDN Paolo Ornati
2003-09-01 16:01 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).