From 59c8be32fa868d12aaf2fcc27ca742c8cebb819e Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 26 May 2023 13:25:28 +0300 Subject: mstpd: drop package (replaced by ustp in core) OpenWrt core has a package called ustp which is an OpenWrt adaptation (from mstpd) for OpenWrt (using libubox, libubus, etc). No sense in keeping mstpd anymore. We can just update ustp. Also, if mstpd has any updates, they can be ported over to ustp too. Abandoned PR: https://github.com/openwrt/packages-abandoned/pull/30 Signed-off-by: Alexandru Ardelean --- net/mstpd/Config.in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 net/mstpd/Config.in (limited to 'net/mstpd/Config.in') diff --git a/net/mstpd/Config.in b/net/mstpd/Config.in deleted file mode 100644 index 84d514789..000000000 --- a/net/mstpd/Config.in +++ /dev/null @@ -1,12 +0,0 @@ -menu "Configuration" - depends on PACKAGE_mstpd - -config MSTPD_RTNL_RCV_BUFSIZE - int "Netlink receive buffer size" - default 262144 - -config MSTPD_RTNL_SND_BUFSIZE - int "Netlink send buffer size" - default 262144 - -endmenu -- cgit v1.2.3