kernel: remove obsolete kernel version switches
After kernel 4.9 has been removed, this removes all (now obsolete) kernel version switches that deal with versions before 4.14. Package kmod-crypto-iv is empty now and thus removed entirely. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
@@ -115,8 +115,7 @@ define KernelPackage/geneve
|
||||
+IPV6:kmod-udptunnel6
|
||||
KCONFIG:=CONFIG_GENEVE
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/net/ipv4/geneve.ko@le4.1 \
|
||||
$(LINUX_DIR)/drivers/net/geneve.ko@ge4.2
|
||||
$(LINUX_DIR)/drivers/net/geneve.ko
|
||||
AUTOLOAD:=$(call AutoLoad,13,geneve)
|
||||
endef
|
||||
|
||||
@@ -133,7 +132,7 @@ define KernelPackage/nsh
|
||||
TITLE:=Network Service Header (NSH) protocol
|
||||
DEPENDS:=
|
||||
KCONFIG:=CONFIG_NET_NSH
|
||||
FILES:=$(LINUX_DIR)/net/nsh/nsh.ko@ge4.14
|
||||
FILES:=$(LINUX_DIR)/net/nsh/nsh.ko
|
||||
AUTOLOAD:=$(call AutoLoad,13,nsh)
|
||||
endef
|
||||
|
||||
@@ -247,7 +246,7 @@ define KernelPackage/ipsec
|
||||
DEPENDS:= \
|
||||
+kmod-crypto-authenc +kmod-crypto-cbc +kmod-crypto-deflate \
|
||||
+kmod-crypto-des +kmod-crypto-echainiv +kmod-crypto-hmac \
|
||||
+kmod-crypto-iv +kmod-crypto-md5 +kmod-crypto-sha1
|
||||
+kmod-crypto-md5 +kmod-crypto-sha1
|
||||
KCONFIG:= \
|
||||
CONFIG_NET_KEY \
|
||||
CONFIG_XFRM_USER \
|
||||
@@ -403,7 +402,7 @@ $(eval $(call KernelPackage,ip6-vti))
|
||||
define KernelPackage/xfrm-interface
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=IPsec XFRM Interface
|
||||
DEPENDS:=+kmod-ipsec4 +kmod-ipsec6 @!LINUX_4_14 @!LINUX_4_9
|
||||
DEPENDS:=+kmod-ipsec4 +kmod-ipsec6 @!LINUX_4_14
|
||||
KCONFIG:=CONFIG_XFRM_INTERFACE
|
||||
FILES:=$(LINUX_DIR)/net/xfrm/xfrm_interface.ko
|
||||
AUTOLOAD:=$(call AutoProbe,xfrm_interface)
|
||||
@@ -935,7 +934,6 @@ $(eval $(call KernelPackage,sched))
|
||||
define KernelPackage/tcp-bbr
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=BBR TCP congestion control
|
||||
DEPENDS:=+LINUX_4_9:kmod-sched
|
||||
KCONFIG:= \
|
||||
CONFIG_TCP_CONG_ADVANCED=y \
|
||||
CONFIG_TCP_CONG_BBR
|
||||
@@ -949,11 +947,7 @@ define KernelPackage/tcp-bbr/description
|
||||
For kernel 4.13+, TCP internal pacing is implemented as fallback.
|
||||
endef
|
||||
|
||||
ifdef CONFIG_LINUX_4_9
|
||||
TCP_BBR_SYSCTL_CONF:=sysctl-tcp-bbr-k4_9.conf
|
||||
else
|
||||
TCP_BBR_SYSCTL_CONF:=sysctl-tcp-bbr.conf
|
||||
endif
|
||||
TCP_BBR_SYSCTL_CONF:=sysctl-tcp-bbr.conf
|
||||
|
||||
define KernelPackage/tcp-bbr/install
|
||||
$(INSTALL_DIR) $(1)/etc/sysctl.d
|
||||
@@ -1135,10 +1129,8 @@ define KernelPackage/rxrpc
|
||||
CONFIG_RXKAD=m \
|
||||
CONFIG_AF_RXRPC_DEBUG=n
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/net/rxrpc/af-rxrpc.ko@lt4.11 \
|
||||
$(LINUX_DIR)/net/rxrpc/rxrpc.ko@ge4.11 \
|
||||
$(LINUX_DIR)/net/rxrpc/rxkad.ko@lt4.7
|
||||
AUTOLOAD:=$(call AutoLoad,30,rxkad@lt4.7 af-rxrpc.ko@lt4.11 rxrpc.ko@ge4.11)
|
||||
$(LINUX_DIR)/net/rxrpc/rxrpc.ko
|
||||
AUTOLOAD:=$(call AutoLoad,30,rxrpc.ko)
|
||||
DEPENDS:= +kmod-crypto-manager +kmod-crypto-pcbc +kmod-crypto-fcrypt
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user