mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
lualoader: Unbreak 'boot [kernel]' by including config
This commit is contained in:
parent
e37f4622df
commit
3e6c7d5436
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
-- $FreeBSD$
|
||||
--
|
||||
|
||||
local core = require('core')
|
||||
local config = require("config")
|
||||
local core = require("core")
|
||||
|
||||
local cli = {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue