bird1: Add missing dependency on luci-compat

This commit is contained in:
krzys-h 2022-07-23 10:30:18 +02:00
parent 9abed61018
commit d2b523c7e7
No known key found for this signature in database
GPG key ID: 56E6DBB8DF016002
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ define Package/$(luci)
SUBMENU:=3. Applications
MAINTAINER:=Eloi Carbo <eloicaso@openmailbox.org>
URL:=https://github.com/eloicaso/bird-openwrt/
DEPENDS:=+$(BIRD_PKG)-uci +luci-base
DEPENDS:=+$(BIRD_PKG)-uci +luci-base +luci-compat
endef
define Package/$(luci)/description

View file

@ -84,7 +84,7 @@ define Package/$(luci)
SUBMENU:=3. Applications
MAINTAINER:=Eloi Carbo <eloicaso@openmailbox.org>
URL:=https://github.com/eloicaso/bird-openwrt/
DEPENDS:=+$(BIRD_PKG)-uci +luci-base
DEPENDS:=+$(BIRD_PKG)-uci +luci-base +luci-compat
endef
define Package/$(luci)/description