bird1: Add missing dependency on luci-compat

This commit is contained in:
krzys-h 2022-07-23 10:30:18 +02:00 committed by Moritz Warning
parent 6c31b5bd1c
commit d5c4ef98c9
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