Re: Bug#214779: IPSec6 modules missed if ipv6 is not a module

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

 



tags 214779 pending
quit

On Wed, Oct 08, 2003 at 06:36:01PM +0300, Aidas Kasparas wrote:
> Package: kernel-source-2.4.22
> Version: 3
> Tags: patch
> 
> If ipv6 support is compiled into kernel CONFIG_IPV6=y and any of
> CONFIG_INET6_{ESP|AH|IPCOMP}=m then those modules will be missing in
> kernel-image-x.deb file.
> 
> Supplied patch uses the same workaround which is used for ipv4. Maybe
> comment "hum?" needs to be replaced with explanation.

Thank you.

David, please apply this patch.
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: kernel-source-2.4/net/Makefile
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.4/net/Makefile,v
retrieving revision 1.1.1.13.2.1
diff -u -r1.1.1.13.2.1 Makefile
--- kernel-source-2.4/net/Makefile	30 Aug 2003 12:30:46 -0000	1.1.1.13.2.1
+++ kernel-source-2.4/net/Makefile	11 Oct 2003 04:55:08 -0000
@@ -11,7 +11,7 @@
 export-objs :=	netsyms.o
 
 subdir-y :=	core ethernet
-subdir-m :=	ipv4 xfrm # hum?
+subdir-m :=	ipv4 ipv6 xfrm # hum?
 
 
 subdir-$(CONFIG_NET)		+= 802 sched netlink

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux