mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 19:01:05 +02:00
[package] kernel/modules: dont only change loading order on IPSEC*-m, propagate this to documentation too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32775 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c055fb0850
commit
a23a132c01
@ -275,11 +275,11 @@ define KernelPackage/ipsec4
|
|||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_INET_AH \
|
CONFIG_INET_AH \
|
||||||
CONFIG_INET_ESP \
|
CONFIG_INET_ESP \
|
||||||
CONFIG_INET_IPCOMP \
|
|
||||||
CONFIG_INET_XFRM_MODE_BEET \
|
CONFIG_INET_XFRM_MODE_BEET \
|
||||||
CONFIG_INET_XFRM_MODE_TRANSPORT \
|
CONFIG_INET_XFRM_MODE_TRANSPORT \
|
||||||
CONFIG_INET_XFRM_MODE_TUNNEL \
|
CONFIG_INET_XFRM_MODE_TUNNEL \
|
||||||
CONFIG_INET_XFRM_TUNNEL
|
CONFIG_INET_XFRM_TUNNEL \
|
||||||
|
CONFIG_INET_IPCOMP
|
||||||
FILES:=$(foreach mod,$(IPSEC4-m),$(LINUX_DIR)/net/$(mod).ko)
|
FILES:=$(foreach mod,$(IPSEC4-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||||
AUTOLOAD:=$(call AutoLoad,32,$(notdir $(IPSEC4-m)))
|
AUTOLOAD:=$(call AutoLoad,32,$(notdir $(IPSEC4-m)))
|
||||||
endef
|
endef
|
||||||
@ -289,11 +289,11 @@ define KernelPackage/ipsec4/description
|
|||||||
Includes:
|
Includes:
|
||||||
- ah4
|
- ah4
|
||||||
- esp4
|
- esp4
|
||||||
- ipcomp4
|
|
||||||
- xfrm4_mode_beet
|
- xfrm4_mode_beet
|
||||||
- xfrm4_mode_transport
|
- xfrm4_mode_transport
|
||||||
- xfrm4_mode_tunnel
|
- xfrm4_mode_tunnel
|
||||||
- xfrm4_tunnel
|
- xfrm4_tunnel
|
||||||
|
- ipcomp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipsec4))
|
$(eval $(call KernelPackage,ipsec4))
|
||||||
@ -315,11 +315,11 @@ define KernelPackage/ipsec6
|
|||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_INET6_AH \
|
CONFIG_INET6_AH \
|
||||||
CONFIG_INET6_ESP \
|
CONFIG_INET6_ESP \
|
||||||
CONFIG_INET6_IPCOMP \
|
|
||||||
CONFIG_INET6_XFRM_MODE_BEET \
|
CONFIG_INET6_XFRM_MODE_BEET \
|
||||||
CONFIG_INET6_XFRM_MODE_TRANSPORT \
|
CONFIG_INET6_XFRM_MODE_TRANSPORT \
|
||||||
CONFIG_INET6_XFRM_MODE_TUNNEL \
|
CONFIG_INET6_XFRM_MODE_TUNNEL \
|
||||||
CONFIG_INET6_XFRM_TUNNEL
|
CONFIG_INET6_XFRM_TUNNEL \
|
||||||
|
CONFIG_INET6_IPCOMP
|
||||||
FILES:=$(foreach mod,$(IPSEC6-m),$(LINUX_DIR)/net/$(mod).ko)
|
FILES:=$(foreach mod,$(IPSEC6-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||||
AUTOLOAD:=$(call AutoLoad,32,$(notdir $(IPSEC6-m)))
|
AUTOLOAD:=$(call AutoLoad,32,$(notdir $(IPSEC6-m)))
|
||||||
endef
|
endef
|
||||||
@ -329,11 +329,11 @@ define KernelPackage/ipsec6/description
|
|||||||
Includes:
|
Includes:
|
||||||
- ah6
|
- ah6
|
||||||
- esp6
|
- esp6
|
||||||
- ipcomp6
|
|
||||||
- xfrm6_mode_beet
|
- xfrm6_mode_beet
|
||||||
- xfrm6_mode_transport
|
- xfrm6_mode_transport
|
||||||
- xfrm6_mode_tunnel
|
- xfrm6_mode_tunnel
|
||||||
- xfrm6_tunnel
|
- xfrm6_tunnel
|
||||||
|
- ipcomp6
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipsec6))
|
$(eval $(call KernelPackage,ipsec6))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user