From 58a1c3c9acd2b1195a523fd15fe911abe3a18b62 Mon Sep 17 00:00:00 2001 From: Leo Douglas Date: Mon, 8 Jan 2024 10:22:13 +0800 Subject: [PATCH] chore(client): remove the legacy LWIP stack Signed-off-by: Leo Douglas --- htdocs/luci-static/resources/view/homeproxy/client.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/luci-static/resources/view/homeproxy/client.js b/htdocs/luci-static/resources/view/homeproxy/client.js index 9fd7cee..46f3ea5 100644 --- a/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/htdocs/luci-static/resources/view/homeproxy/client.js @@ -276,8 +276,6 @@ return view.extend({ so.value('mixed', _('Mixed')); so.value('gvisor', _('gVisor')); } - if (features.with_lwip) - so.value('lwip', _('LWIP')); so.value('system', _('System')); so.default = 'system'; so.depends('homeproxy.config.proxy_mode', 'redirect_tun');