mirror of
https://github.com/openwrt/routing.git
synced 2025-12-22 01:44:32 +04:00
bird1: Add missing dependency on luci-compat
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user