* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
13 lines
202 B
Lua
13 lines
202 B
Lua
--[[
|
|
LuCI - Lua Configuration Interface
|
|
Version definition - do not edit this file
|
|
]]--
|
|
|
|
module "luci.version"
|
|
|
|
distname = "Host System"
|
|
distversion = "SDK"
|
|
|
|
luciname = "LuCI"
|
|
luciversion = "SVN"
|