mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: drop obsolete kernel version dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44110 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -251,7 +251,7 @@ $(eval $(call KernelPackage,ipip))
|
||||
|
||||
|
||||
IPSEC-m:= \
|
||||
$(if $(CONFIG_LINUX_3_3),,xfrm/xfrm_algo) \
|
||||
xfrm/xfrm_algo \
|
||||
xfrm/xfrm_ipcomp \
|
||||
xfrm/xfrm_user \
|
||||
key/af_key \
|
||||
@@ -484,7 +484,7 @@ $(eval $(call KernelPackage,gre))
|
||||
define KernelPackage/gre6
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=GRE support over IPV6
|
||||
DEPENDS:=+kmod-ipv6 +kmod-iptunnel +kmod-ip6-tunnel @!LINUX_3_3 @!LINUX_3_6
|
||||
DEPENDS:=+kmod-ipv6 +kmod-iptunnel +kmod-ip6-tunnel
|
||||
KCONFIG:=CONFIG_IPV6_GRE
|
||||
FILES:=$(LINUX_DIR)/net/ipv6/ip6_gre.ko
|
||||
AUTOLOAD:=$(call AutoLoad,39,ip6_gre)
|
||||
|
||||
Reference in New Issue
Block a user