external-protocol: add missing ip dependency
authorGeorge Sapkin <[email protected]>
Sun, 13 Apr 2025 03:25:27 +0000 (06:25 +0300)
committerJosef Schlehofer <[email protected]>
Wed, 16 Apr 2025 17:04:08 +0000 (19:04 +0200)
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 <[email protected]>
net/external-protocol/Makefile

index 2123060b6991b514bcb033383b8284be0665ba19..ba98465fc2078efd57fed61100e5af8353d3285d 100644 (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 <[email protected]>
 
@@ -12,6 +12,7 @@ define Package/external-protocol
   SECTION:=net
   CATEGORY:=Network
   TITLE:=externally managed protocol
+  DEPENDS:=+ip
   PKGARCH:=all
 endef