From c945d0d4a6e1f89a8a80d0cd46b51618ab6cdee1 Mon Sep 17 00:00:00 2001 From: Rahul Thakur Date: Thu, 21 Sep 2023 11:30:11 +0530 Subject: [PATCH] libethernet: update rmon counter size to 64 --- libethernet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libethernet/Makefile b/libethernet/Makefile index 56cf66cfd..6ee65e535 100644 --- a/libethernet/Makefile +++ b/libethernet/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libethernet -PKG_VERSION:=7.2.104 +PKG_VERSION:=7.2.105 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=d777636ca43302a95e571ab030ec44ef50905570 +PKG_SOURCE_VERSION:=4a363a699c4a8024054ca095f1b7818f8bd56ded PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/libethernet.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_MIRROR_HASH:=skip