aboutsummaryrefslogtreecommitdiff
path: root/utils/prometheus-node-exporter-lua/files/usr/lib
diff options
context:
space:
mode:
Diffstat (limited to 'utils/prometheus-node-exporter-lua/files/usr/lib')
-rw-r--r--utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/hostapd_ubus_stations.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/hostapd_ubus_stations.lua b/utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/hostapd_ubus_stations.lua
index b9719c867..88a993c54 100644
--- a/utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/hostapd_ubus_stations.lua
+++ b/utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/hostapd_ubus_stations.lua
@@ -1,5 +1,5 @@
local ubus = require "ubus"
-local bit = require "bit32"
+local bit = require "bit"
local function get_wifi_interfaces() -- based on hostapd_stations.lua
local u = ubus.connect()