bridge-utils: remove package
authorYanase Yuki <redacted>
Wed, 14 Jan 2026 08:03:02 +0000 (17:03 +0900)
committerWesley Gimenes <redacted>
Thu, 5 Mar 2026 23:09:18 +0000 (20:09 -0300)
bridge-utils is obsolete software because ip command has
bridge functionality. And OpenWrt uses BusyBox's brctl
by default, so most users will not be affected by this change.

Signed-off-by: Yanase Yuki <redacted>
net/bridge-utils/Makefile [deleted file]
net/bridge-utils/patches/010-limits.patch [deleted file]

diff --git a/net/bridge-utils/Makefile b/net/bridge-utils/Makefile
deleted file mode 100644 (file)
index 649e66a..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# Copyright (C) 2006-2015 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/kernel.mk
-
-PKG_NAME:=bridge-utils
-PKG_VERSION:=1.7.1
-PKG_RELEASE:=1
-
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=@KERNEL/linux/utils/net/bridge-utils
-PKG_HASH:=a61d8be4f1a1405c60c8ef38d544f0c18c05b33b9b07e5b4b31033536165e60e
-
-PKG_MAINTAINER:=Nikolay Martynov <mar.kolya@gmail.com>
-PKG_LICENSE:=GPL-2.0-or-later
-PKG_LICENSE_FILES:=COPYING
-PKG_CPE_ID:=cpe:/a:kernel:bridge-utils
-
-PKG_FIXUP:=autoreconf
-PKG_INSTALL:=1
-PKG_BUILD_PARALLEL:=1
-
-include $(INCLUDE_DIR)/package.mk
-
-define Package/bridge
-  SECTION:=net
-  CATEGORY:=Base system
-  TITLE:=Ethernet bridging configuration utility
-  URL:=http://www.linuxfromscratch.org/blfs/view/svn/basicnet/bridge-utils.html
-  ALTERNATIVES:=300:/usr/sbin/brctl:/usr/libexec/brctl-bridge-utils
-endef
-
-define Package/bridge/description
- Manage ethernet bridging: a way to connect networks together to
- form a larger network.
-endef
-
-CONFIGURE_ARGS += \
-       --with-linux-headers="$(LINUX_DIR)"
-
-define Package/bridge/install
-       $(INSTALL_DIR) $(1)/usr/libexec
-       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/brctl $(1)/usr/libexec/brctl-bridge-utils
-endef
-
-$(eval $(call BuildPackage,bridge))
diff --git a/net/bridge-utils/patches/010-limits.patch b/net/bridge-utils/patches/010-limits.patch
deleted file mode 100644 (file)
index a3aa624..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/libbridge/libbridge_devif.c
-+++ b/libbridge/libbridge_devif.c
-@@ -24,6 +24,7 @@
- #include <string.h>
- #include <dirent.h>
- #include <fcntl.h>
-+#include <limits.h>
- #include "libbridge.h"
- #include "libbridge_private.h"
---- a/libbridge/libbridge_init.c
-+++ b/libbridge/libbridge_init.c
-@@ -24,6 +24,7 @@
- #include <dirent.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <limits.h>
- #include "libbridge.h"
- #include "libbridge_private.h"
git clone https://git.99rst.org/PROJECT