Skip to content

Commit

Permalink
fix lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jun 10, 2023
1 parent 439d475 commit 326e321
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ local wan = uci:get_all("network", "wan")
local wan6 = uci:get_all("network", "wan6")
local dns_static = uci:get_first("gluon-wan-dnsmasq", "static")

local files = require 'posix.dirent'.files
local unistd = require "posix.unistd"
local util = require 'gluon.util'

local f = Form(translate("WAN connection"))

local s = f:section(Section)
Expand Down

0 comments on commit 326e321

Please sign in to comment.