Skip to content
Snippets Groups Projects
Unverified Commit a4d5955c authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #3012 from freifunk-gluon/lua-bit32

treewide: replace luabitops with lua-bit32
parents 34ceff69 1b12e7c5
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ define Package/gluon-core ...@@ -11,7 +11,7 @@ define Package/gluon-core
TITLE:=Base files of Gluon TITLE:=Base files of Gluon
DEPENDS:= \ DEPENDS:= \
+gluon-site +libgluonutil +libiwinfo-lua +lua-platform-info +lua-simple-uci +lua-hash +lua-jsonc \ +gluon-site +libgluonutil +libiwinfo-lua +lua-platform-info +lua-simple-uci +lua-hash +lua-jsonc \
+luabitop +luaposix +vxlan +odhcp6c +firewall +pretty-hostname +lua-bit32 +luaposix +vxlan +odhcp6c +firewall +pretty-hostname
endef endef
define Package/gluon-core/description define Package/gluon-core/description
......
local bit = require 'bit' local bit = require 'bit32'
local M = {} local M = {}
......
local bit = require 'bit' local bit = require 'bit32'
local posix_fcntl = require 'posix.fcntl' local posix_fcntl = require 'posix.fcntl'
local posix_glob = require 'posix.glob' local posix_glob = require 'posix.glob'
local posix_syslog = require 'posix.syslog' local posix_syslog = require 'posix.syslog'
......
...@@ -6,7 +6,7 @@ include ../gluon.mk ...@@ -6,7 +6,7 @@ include ../gluon.mk
define Package/gluon-hoodselector define Package/gluon-hoodselector
TITLE:=Automatically migrate nodes between domains. TITLE:=Automatically migrate nodes between domains.
DEPENDS:=+luaposix +libgluonutil +lua-math-polygon +libjson-c +gluon-site +micrond +luabitop @GLUON_MULTIDOMAIN DEPENDS:=+luaposix +libgluonutil +lua-math-polygon +libjson-c +gluon-site +micrond +lua-bit32 @GLUON_MULTIDOMAIN
CONFLICTS:=+gluon-config-mode-domain-select CONFLICTS:=+gluon-config-mode-domain-select
endef endef
......
#!/usr/bin/lua #!/usr/bin/lua
local bit = require('bit') local bit = require('bit32')
local util = require ('gluon.util') local util = require ('gluon.util')
local unistd = require('posix.unistd') local unistd = require('posix.unistd')
local fcntl = require('posix.fcntl') local fcntl = require('posix.fcntl')
......
...@@ -9,7 +9,7 @@ include ../gluon.mk ...@@ -9,7 +9,7 @@ include ../gluon.mk
define Package/gluon-mesh-babel define Package/gluon-mesh-babel
TITLE:=Babel mesh TITLE:=Babel mesh
DEPENDS:=+gluon-core +babeld +gluon-mesh-layer3-common +libiwinfo +libgluonutil +firewall +libjson-c +libnl-tiny +libubus +libubox +libblobmsg-json +libbabelhelper +luabitop DEPENDS:=+gluon-core +babeld +gluon-mesh-layer3-common +libiwinfo +libgluonutil +firewall +libjson-c +libnl-tiny +libubus +libubox +libblobmsg-json +libbabelhelper
PROVIDES:=gluon-mesh-provider PROVIDES:=gluon-mesh-provider
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment