From: Hauke Mehrtens Date: Wed, 1 Jul 2026 21:08:05 +0000 (+0200) Subject: ead: Increase PKG_RELEASE X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75fad162df8e88d0b535cca83453b0ad05267349;p=thirdparty%2Fopenwrt.git ead: Increase PKG_RELEASE Indicate that there are some changes. This should make sure that the package gets updated. Fixes: 63c0767f3d02 ("ead: fix integer underflow in handle_send_a()") Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/services/ead/Makefile b/package/network/services/ead/Makefile index a35ffdb9748..02f633025d7 100644 --- a/package/network/services/ead/Makefile +++ b/package/network/services/ead/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ead -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DEPENDS:=libpcap PKG_BUILD_DIR:=$(BUILD_DIR)/ead