kmod-ipsec: fix a compile error with some configurations. since CONFIG_XFRM_IPCOMP is not selectable on its own (no prompt), always select CONFIG_INET_IPCOMP along with it, to make sure that it gets enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22402 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
9c66f092fd
commit
98c4f23ab1
|
@ -181,6 +181,7 @@ define KernelPackage/ipsec
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_NET_KEY \
|
CONFIG_NET_KEY \
|
||||||
CONFIG_XFRM_USER \
|
CONFIG_XFRM_USER \
|
||||||
|
CONFIG_INET_IPCOMP \
|
||||||
CONFIG_XFRM_IPCOMP
|
CONFIG_XFRM_IPCOMP
|
||||||
FILES:=$(foreach mod,$(IPSEC-m),$(LINUX_DIR)/net/$(mod).ko)
|
FILES:=$(foreach mod,$(IPSEC-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||||
AUTOLOAD:=$(call AutoLoad,30,$(notdir $(IPSEC-m)))
|
AUTOLOAD:=$(call AutoLoad,30,$(notdir $(IPSEC-m)))
|
||||||
|
|
Loading…
Reference in New Issue