mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
libethernet: select required enct_api dependency
This commit is contained in:
parent
823b5936f8
commit
3f59dd1c89
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue