diff options
Diffstat (limited to 'modules/luci-base/luasrc/version.lua')
-rw-r--r-- | modules/luci-base/luasrc/version.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/luci-base/luasrc/version.lua b/modules/luci-base/luasrc/version.lua deleted file mode 100644 index 8af2e80619..0000000000 --- a/modules/luci-base/luasrc/version.lua +++ /dev/null @@ -1,9 +0,0 @@ --- Licensed to the public under the Apache License 2.0. - -module "luci.version" - -distname = "Host System" -distversion = "SDK" - -luciname = "LuCI" -luciversion = "SVN" |