external-protocol: add missing ip dependency

external.sh requires ip with -json flag that is not supported by the
BusyBox ip.

Fixes: https://github.com/openwrt/packages/issues/26302
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2025-04-13 06:25:27 +03:00
committed by Josef Schlehofer
parent e076de270a
commit 7b2daf0f0a

View File

@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=external-protocol
PKG_VERSION:=20231119
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com>
@@ -12,6 +12,7 @@ define Package/external-protocol
SECTION:=net
CATEGORY:=Network
TITLE:=externally managed protocol
DEPENDS:=+ip
PKGARCH:=all
endef