aboutsummaryrefslogtreecommitdiff
path: root/net/mstpd/Config.in
diff options
context:
space:
mode:
authorAlexandru Ardelean <alex@shruggie.ro>2023-05-26 13:25:28 +0300
committerAlexandru Ardelean <alex@shruggie.ro>2023-05-26 13:30:34 +0300
commit59c8be32fa868d12aaf2fcc27ca742c8cebb819e (patch)
treef5771e29b578a2e41d96824367a50403cbb60030 /net/mstpd/Config.in
parentb9cb40b28dfecf29a2cb66a0fec434b67394fc6a (diff)
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 <alex@shruggie.ro>
Diffstat (limited to 'net/mstpd/Config.in')
-rw-r--r--net/mstpd/Config.in12
1 files changed, 0 insertions, 12 deletions
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