Skip to content

Commit

Permalink
Fix pirania circular dependencies
Browse files Browse the repository at this point in the history
tmp/.config-package.in:98839:error: recursive dependency detected!
tmp/.config-package.in:98839:	symbol PACKAGE_pirania is selected by PACKAGE_shared-state-pirania
tmp/.config-package.in:59559:	symbol PACKAGE_shared-state-pirania is selected by PACKAGE_pirania
  • Loading branch information
G10h4ck committed Mar 19, 2024
1 parent aef4dd6 commit 12a078d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions packages/pirania/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ define Package/$(PKG_NAME)
SUBMENU:=Captive Portals
SECTION:=net
CATEGORY:=Network
MAINTAINER:=Luandro <luandro@gmail.com>
MAINTAINER:=Asociación Civil AlterMundi <info@altermundi.net>
TITLE:=Captive portal with vouchers.
DEPENDS:=+ip6tables-mod-nat +ipset +shared-state-pirania +uhttpd-mod-lua +lime-system +luci-lib-jsonc \
+liblucihttp-lua +luci-lib-nixio +libubus-lua +libuci-lua
DEPENDS:=+ip6tables-mod-nat +ipset +shared-state +shared-state-pirania \
+uhttpd-mod-lua +lime-system +luci-lib-jsonc \
+liblucihttp-lua +luci-lib-nixio +libubus-lua +libuci-lua
PKGARCH:=all
endef

Expand Down
5 changes: 2 additions & 3 deletions packages/shared-state-pirania/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
TITLE:=Pirania vaucher module for shared-state
CATEGORY:=LibreMesh
MAINTAINER:=Marcos Gutierrez <gmacos@altermundi.net>
MAINTAINER:=Asociación Civil AlterMundi <info@altermundi.net>
URL:=http://libremesh.org
DEPENDS:=+lua +luci-lib-jsonc +random-numgen \
shared-state +pirania
DEPENDS:=+lua +luci-lib-jsonc +random-numgen shared-state
PKGARCH:=all
endef

Expand Down

0 comments on commit 12a078d

Please sign in to comment.