linux
来自「ipsec vpn」· 代码 · 共 27 行
TXT
27 行
# set this to space where a linked/configured tree can be created by # preprhkern4module. Only needed if you are going to be created RPMs# outside of a distribution (as the FS team does for RedHat).#RH_KERNELSRC_POOL=/c2/openswan/rh_kernKLIPSSRC=${OPENSWANSRCDIR}/linux/net/ipsec# the following is a list of symbols which will be used to construct# the module goo to identify which module goes with each kernel.MODULE_GOO_LIST=irq_stat netif_rx register_sysctl_table send_sigMODULE_GOO_LIST+=kmalloc __kfree_skb __ip_select_ident alloc_skbMODULE_GOO_LIST+=icmp_send ip_fragment sock_register MODULE_DEF_INCLUDE=${OPENSWANSRCDIR}/packaging/linus/config-all.hMODULE_DEFCONFIG?=${KLIPSSRC}/defconfigMODBUILDDIR?=${OPENSWANSRCDIR}/modobjMOD26BUILDDIR?=${OPENSWANSRCDIR}/modobj26MODULE_FLAGS:=KLIPSMODULE=true -f ${MODULE_DEFCONFIG} # include KLIPS supportUSE_KLIPS?=true# build modules, etc. for KLIPS.BUILD_KLIPS?=true
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?