dde_linux: remove legacy_lxip

Because legacy_lxlip is the last entry in dde_linux.port, remove the
port as well.

issue #5104
This commit is contained in:
Sebastian Sumpf
2024-02-08 20:59:32 +01:00
committed by Christian Helmuth
parent 8755993123
commit 8aa3967201
38 changed files with 0 additions and 7159 deletions

View File

@ -1 +0,0 @@
489d34e0dfdb6dd5cc3c26d1bf69f9b0f06f0a29

View File

@ -1,37 +0,0 @@
LICENSE := GPLv2
VERSION := individual (see sources)
DOWNLOADS := lxip.archive
#
# IP stack sources
#
SRC_DIR_LXIP := src/lib/lxip
VERSION(lxip) := 4.4.3
URL(lxip) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-${VERSION(lxip)}.tar.xz
SHA(lxip) := 0b379cb19bbd7e38fc5a9a000ea927db55cce519a7400ec7fa705c581a6491dd
DIR(lxip) := $(SRC_DIR_LXIP)
TAR_OPT(lxip) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-${VERSION(lxip)}/g' $(REP_DIR)/lxip.list)
HASH_INPUT += $(REP_DIR)/lxip.list
#
# Patches
#
PATCHES += patches/legacy_lxip_icmp.patch
PATCHES += patches/legacy_lxip_ip_config.patch
PATCHES += patches/legacy_lxip_log2.patch
PATCHES += patches/legacy_lxip_netlink.patch
PATCHES += patches/legacy_lxip_request_sock.patch
PATCHES += patches/legacy_lxip_sk_wq.patch
PATCHES += patches/legacy_lxip_skbuff_cast.patch
#IP stack
LXIP_OPT = -p1 -d$(SRC_DIR_LXIP)
PATCH_OPT(patches/legacy_lxip_icmp.patch) := $(LXIP_OPT)
PATCH_OPT(patches/legacy_lxip_ip_config.patch) := $(LXIP_OPT)
PATCH_OPT(patches/legacy_lxip_log2.patch) := $(LXIP_OPT)
PATCH_OPT(patches/legacy_lxip_netlink.patch) := $(LXIP_OPT)
PATCH_OPT(patches/legacy_lxip_request_sock.patch) := $(LXIP_OPT)
PATCH_OPT(patches/legacy_lxip_sk_wq.patch) := $(LXIP_OPT)
PATCH_OPT(patches/legacy_lxip_skbuff_cast.patch) := $(LXIP_OPT)
# vi: set ft=make :