diff options
| author | Yanase Yuki | 2025-12-25 04:27:51 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-02 17:07:02 +0000 |
| commit | 69e90f0bc942bdd88239fa0518cf0755bce17927 (patch) | |
| tree | 082b7ddc2550cab939cf625d5472267215869eba | |
| parent | 605879f232279f3c49a22cd6dd8148fc3a450983 (diff) | |
| download | openwrt-69e90f0bc942bdd88239fa0518cf0755bce17927.tar.gz | |
ebtables: update project URL
Website has been moved to netfilter.org.
Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/network/utils/ebtables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ebtables/Makefile b/package/network/utils/ebtables/Makefile index 55df72b654..33a95f10ea 100644 --- a/package/network/utils/ebtables/Makefile +++ b/package/network/utils/ebtables/Makefile @@ -27,7 +27,7 @@ define Package/ebtables-legacy SUBMENU:=Firewall DEPENDS:=+kmod-ebtables TITLE:=Ethernet bridge firewall administration utility - URL:=http://ebtables.sourceforge.net/ + URL:=https://ebtables.netfilter.org/ PROVIDES:=ebtables ALTERNATIVES:=\ 200:/usr/sbin/ebtables:/usr/sbin/ebtables-legacy |