From 7b2daf0f0a3faf32c34e88af47bffaee93bd46d4 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Sun, 13 Apr 2025 06:25:27 +0300 Subject: [PATCH] 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 --- net/external-protocol/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/external-protocol/Makefile b/net/external-protocol/Makefile index 2123060b69..ba98465fc2 100644 --- a/net/external-protocol/Makefile +++ b/net/external-protocol/Makefile @@ -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 @@ -12,6 +12,7 @@ define Package/external-protocol SECTION:=net CATEGORY:=Network TITLE:=externally managed protocol + DEPENDS:=+ip PKGARCH:=all endef