libethernet: select required enct_api dependency

This commit is contained in:
Vivek Kumar Dutta 2025-01-15 17:22:18 +05:30
parent 823b5936f8
commit 3f59dd1c89

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=libethernet PKG_NAME:=libethernet
PKG_VERSION:=7.2.112 PKG_VERSION:=7.2.113
LOCAL_DEV=0 LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
@ -67,7 +67,7 @@ define Package/libethernet
MENU:=1 MENU:=1
TITLE:= Ethernet library (libethernet) TITLE:= Ethernet library (libethernet)
DEPENDS+=+libnl +libnl-route +libeasy +TARGET_brcmbca:bcm963xx-bsp DEPENDS+=+libnl +libnl-route +libeasy +TARGET_brcmbca:bcm963xx-bsp
DEPENDS+=+TARGET_airoha:ecnt_api +TARGET_airoha:kmod-npu DEPENDS+=+TARGET_airoha:ecnt_api +TARGET_airoha:kmod-npu +MODULE_DEFAULT_xpon_bsp:xpon_bsp
endef endef
define Package/libethernet/description define Package/libethernet/description