kmod-ipsec: fix a compile error with some configurations. since CONFIG_XFRM_IPCOMP...
[openwrt.git] / package / kernel / modules / netsupport.mk
index bdd0f75..4f024f2 100644 (file)
@@ -181,6 +181,7 @@ define KernelPackage/ipsec
   KCONFIG:= \
        CONFIG_NET_KEY \
        CONFIG_XFRM_USER \
+       CONFIG_INET_IPCOMP \
        CONFIG_XFRM_IPCOMP
   FILES:=$(foreach mod,$(IPSEC-m),$(LINUX_DIR)/net/$(mod).ko)
   AUTOLOAD:=$(call AutoLoad,30,$(notdir $(IPSEC-m)))
This page took 0.021919 seconds and 4 git commands to generate.