From d5c4ef98c904467cbf058c99daccc0a6b8de985e Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sat, 23 Jul 2022 10:30:18 +0200 Subject: [PATCH] bird1: Add missing dependency on luci-compat --- bird1-openwrt/bird1-ipv4-openwrt/Makefile | 2 +- bird1-openwrt/bird1-ipv6-openwrt/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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