diff --git a/bird1-openwrt/bird1-ipv6-openwrt/Makefile b/bird1-openwrt/bird1-ipv6-openwrt/Makefile index 3e0c1a5..56f0f59 100644 --- a/bird1-openwrt/bird1-ipv6-openwrt/Makefile +++ b/bird1-openwrt/bird1-ipv6-openwrt/Makefile @@ -39,7 +39,7 @@ define Package/$(uci) SECTION:=net CATEGORY:=Network SUBMENU:=Routing and Redirection - MAINTAINER:=Eloi Carbo + MAINTAINER:=Roger Pueyo Centelles URL:=https://github.com/eloicaso/bird-openwrt/ DEPENDS:=+$(BIRD_PKG) +libuci +uci endef @@ -82,7 +82,7 @@ define Package/$(luci) SECTION:=luci CATEGORY:=LuCI SUBMENU:=3. Applications - MAINTAINER:=Eloi Carbo + MAINTAINER:=Roger Pueyo Centelles URL:=https://github.com/eloicaso/bird-openwrt/ DEPENDS:=+$(BIRD_PKG)-uci +luci-base +luci-compat endef