build: drop obsolete kernel version dependencies

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44110
This commit is contained in:
Felix Fietkau
2015-01-24 20:02:09 +00:00
parent 186db26d05
commit 3120c9c9c2
13 changed files with 25 additions and 31 deletions

View File

@@ -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)