From 0e9f9e772892298bb816fc1e05e85092b0968851 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sun, 5 Nov 2023 01:13:26 +0100
Subject: [PATCH] target: remove package-removal NOPs (#3047)

OpenWrt does not ship with WolfSSL anymore. Instead mbedTLS is shipped
by default.

We can remove the default removal of WolfSSL packages, as they are not
included by default anymore.

Signed-off-by: David Bauer <mail@david-bauer.net>
---
 targets/generic | 2 --
 1 file changed, 2 deletions(-)

diff --git a/targets/generic b/targets/generic
index 60fc7c99a..b0f1052f9 100644
--- a/targets/generic
+++ b/targets/generic
@@ -98,8 +98,6 @@ packages {
 	'-kmod-ipt-offload',
 	'-kmod-nft-offload',
 	'-libustream-mbedtls',
-	'-libustream-wolfssl',
-	'-libwolfssl',
 	'-mbedtls',
 	'-nftables',
 	'-odhcpd-ipv6only',
-- 
GitLab