mirror of https://github.com/openwrt/packages.git
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>pull/25021/merge
parent
e076de270a
commit
7b2daf0f0a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue