mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
committed by
Josef Schlehofer
parent
e076de270a
commit
7b2daf0f0a
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=external-protocol
|
PKG_NAME:=external-protocol
|
||||||
PKG_VERSION:=20231119
|
PKG_VERSION:=20231119
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com>
|
PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com>
|
||||||
|
|
||||||
@@ -12,6 +12,7 @@ define Package/external-protocol
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=externally managed protocol
|
TITLE:=externally managed protocol
|
||||||
|
DEPENDS:=+ip
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user