From: krzys-h Date: Sat, 23 Jul 2022 08:30:18 +0000 (+0200) Subject: bird1: Add missing dependency on luci-compat X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d5c4ef98c904467cbf058c99daccc0a6b8de985e;p=feed%2Frouting.git bird1: Add missing dependency on luci-compat --- diff --git a/bird1-openwrt/bird1-ipv4-openwrt/Makefile b/bird1-openwrt/bird1-ipv4-openwrt/Makefile index 781d5d8..6959b08 100644 --- a/bird1-openwrt/bird1-ipv4-openwrt/Makefile +++ b/bird1-openwrt/bird1-ipv4-openwrt/Makefile @@ -84,7 +84,7 @@ define Package/$(luci) SUBMENU:=3. Applications MAINTAINER:=Eloi Carbo 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 diff --git a/bird1-openwrt/bird1-ipv6-openwrt/Makefile b/bird1-openwrt/bird1-ipv6-openwrt/Makefile index 939c1ee..3e0c1a5 100644 --- a/bird1-openwrt/bird1-ipv6-openwrt/Makefile +++ b/bird1-openwrt/bird1-ipv6-openwrt/Makefile @@ -84,7 +84,7 @@ define Package/$(luci) SUBMENU:=3. Applications MAINTAINER:=Eloi Carbo 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