summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-03 20:49:31 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-03 20:49:31 +0100
commitd5dff8f9a5ca85d197cbb6037f95053bc55941e5 (patch)
treeeeb9271b96ba7b52bad777841ca4ebd452b1a2b0 /modules
parent9e57fbb2c3f9c44cdf0a57e6fb9c1df32c84d52b (diff)
treewide: move server side CBI support to luci-compat
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-compat/luasrc/cbi.lua (renamed from modules/luci-base/luasrc/cbi.lua)0
-rw-r--r--modules/luci-compat/luasrc/cbi/datatypes.lua (renamed from modules/luci-base/luasrc/cbi/datatypes.lua)0
-rw-r--r--modules/luci-compat/luasrc/model/firewall.lua (renamed from modules/luci-base/luasrc/model/firewall.lua)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/browser.htm (renamed from modules/luci-base/luasrc/view/cbi/browser.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/button.htm (renamed from modules/luci-base/luasrc/view/cbi/button.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/cell_valuefooter.htm (renamed from modules/luci-base/luasrc/view/cbi/cell_valuefooter.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/cell_valueheader.htm (renamed from modules/luci-base/luasrc/view/cbi/cell_valueheader.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/compound.htm (renamed from modules/luci-base/luasrc/view/cbi/compound.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/delegator.htm (renamed from modules/luci-base/luasrc/view/cbi/delegator.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/dropdown.htm (renamed from modules/luci-base/luasrc/view/cbi/dropdown.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/dvalue.htm (renamed from modules/luci-base/luasrc/view/cbi/dvalue.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/dynlist.htm (renamed from modules/luci-base/luasrc/view/cbi/dynlist.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/error.htm (renamed from modules/luci-base/luasrc/view/cbi/error.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/footer.htm (renamed from modules/luci-base/luasrc/view/cbi/footer.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/full_valuefooter.htm (renamed from modules/luci-base/luasrc/view/cbi/full_valuefooter.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/full_valueheader.htm (renamed from modules/luci-base/luasrc/view/cbi/full_valueheader.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/fvalue.htm (renamed from modules/luci-base/luasrc/view/cbi/fvalue.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/header.htm (renamed from modules/luci-base/luasrc/view/cbi/header.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/ipaddr.htm (renamed from modules/luci-base/luasrc/view/cbi/ipaddr.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/lvalue.htm (renamed from modules/luci-base/luasrc/view/cbi/lvalue.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/map.htm (renamed from modules/luci-base/luasrc/view/cbi/map.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/mvalue.htm (renamed from modules/luci-base/luasrc/view/cbi/mvalue.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/nsection.htm (renamed from modules/luci-base/luasrc/view/cbi/nsection.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/nullsection.htm (renamed from modules/luci-base/luasrc/view/cbi/nullsection.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/simpleform.htm (renamed from modules/luci-base/luasrc/view/cbi/simpleform.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/tabcontainer.htm (renamed from modules/luci-base/luasrc/view/cbi/tabcontainer.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/tblsection.htm (renamed from modules/luci-base/luasrc/view/cbi/tblsection.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/tsection.htm (renamed from modules/luci-base/luasrc/view/cbi/tsection.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/tvalue.htm (renamed from modules/luci-base/luasrc/view/cbi/tvalue.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/ucisection.htm (renamed from modules/luci-base/luasrc/view/cbi/ucisection.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/upload.htm (renamed from modules/luci-base/luasrc/view/cbi/upload.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/value.htm (renamed from modules/luci-base/luasrc/view/cbi/value.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/valuefooter.htm (renamed from modules/luci-base/luasrc/view/cbi/valuefooter.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/valueheader.htm (renamed from modules/luci-base/luasrc/view/cbi/valueheader.htm)0
-rw-r--r--modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm (renamed from modules/luci-base/luasrc/view/cbi/wireless_modefreq.htm)0
-rw-r--r--modules/luci-mod-admin-mini/Makefile2
36 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/cbi.lua b/modules/luci-compat/luasrc/cbi.lua
index 450e413916..450e413916 100644
--- a/modules/luci-base/luasrc/cbi.lua
+++ b/modules/luci-compat/luasrc/cbi.lua
diff --git a/modules/luci-base/luasrc/cbi/datatypes.lua b/modules/luci-compat/luasrc/cbi/datatypes.lua
index c1cf01f9cd..c1cf01f9cd 100644
--- a/modules/luci-base/luasrc/cbi/datatypes.lua
+++ b/modules/luci-compat/luasrc/cbi/datatypes.lua
diff --git a/modules/luci-base/luasrc/model/firewall.lua b/modules/luci-compat/luasrc/model/firewall.lua
index feff0855c4..feff0855c4 100644
--- a/modules/luci-base/luasrc/model/firewall.lua
+++ b/modules/luci-compat/luasrc/model/firewall.lua
diff --git a/modules/luci-base/luasrc/view/cbi/browser.htm b/modules/luci-compat/luasrc/view/cbi/browser.htm
index eb47ffafe6..eb47ffafe6 100644
--- a/modules/luci-base/luasrc/view/cbi/browser.htm
+++ b/modules/luci-compat/luasrc/view/cbi/browser.htm
diff --git a/modules/luci-base/luasrc/view/cbi/button.htm b/modules/luci-compat/luasrc/view/cbi/button.htm
index 6ccba58f23..6ccba58f23 100644
--- a/modules/luci-base/luasrc/view/cbi/button.htm
+++ b/modules/luci-compat/luasrc/view/cbi/button.htm
diff --git a/modules/luci-base/luasrc/view/cbi/cell_valuefooter.htm b/modules/luci-compat/luasrc/view/cbi/cell_valuefooter.htm
index bdd6bc9687..bdd6bc9687 100644
--- a/modules/luci-base/luasrc/view/cbi/cell_valuefooter.htm
+++ b/modules/luci-compat/luasrc/view/cbi/cell_valuefooter.htm
diff --git a/modules/luci-base/luasrc/view/cbi/cell_valueheader.htm b/modules/luci-compat/luasrc/view/cbi/cell_valueheader.htm
index 4b70957543..4b70957543 100644
--- a/modules/luci-base/luasrc/view/cbi/cell_valueheader.htm
+++ b/modules/luci-compat/luasrc/view/cbi/cell_valueheader.htm
diff --git a/modules/luci-base/luasrc/view/cbi/compound.htm b/modules/luci-compat/luasrc/view/cbi/compound.htm
index 12d02bb1d8..12d02bb1d8 100644
--- a/modules/luci-base/luasrc/view/cbi/compound.htm
+++ b/modules/luci-compat/luasrc/view/cbi/compound.htm
diff --git a/modules/luci-base/luasrc/view/cbi/delegator.htm b/modules/luci-compat/luasrc/view/cbi/delegator.htm
index 4fd19265d8..4fd19265d8 100644
--- a/modules/luci-base/luasrc/view/cbi/delegator.htm
+++ b/modules/luci-compat/luasrc/view/cbi/delegator.htm
diff --git a/modules/luci-base/luasrc/view/cbi/dropdown.htm b/modules/luci-compat/luasrc/view/cbi/dropdown.htm
index 927ecf2396..927ecf2396 100644
--- a/modules/luci-base/luasrc/view/cbi/dropdown.htm
+++ b/modules/luci-compat/luasrc/view/cbi/dropdown.htm
diff --git a/modules/luci-base/luasrc/view/cbi/dvalue.htm b/modules/luci-compat/luasrc/view/cbi/dvalue.htm
index 78e6f323d7..78e6f323d7 100644
--- a/modules/luci-base/luasrc/view/cbi/dvalue.htm
+++ b/modules/luci-compat/luasrc/view/cbi/dvalue.htm
diff --git a/modules/luci-base/luasrc/view/cbi/dynlist.htm b/modules/luci-compat/luasrc/view/cbi/dynlist.htm
index 2a3da67ff9..2a3da67ff9 100644
--- a/modules/luci-base/luasrc/view/cbi/dynlist.htm
+++ b/modules/luci-compat/luasrc/view/cbi/dynlist.htm
diff --git a/modules/luci-base/luasrc/view/cbi/error.htm b/modules/luci-compat/luasrc/view/cbi/error.htm
index 75ec1082aa..75ec1082aa 100644
--- a/modules/luci-base/luasrc/view/cbi/error.htm
+++ b/modules/luci-compat/luasrc/view/cbi/error.htm
diff --git a/modules/luci-base/luasrc/view/cbi/footer.htm b/modules/luci-compat/luasrc/view/cbi/footer.htm
index ed632202ce..ed632202ce 100644
--- a/modules/luci-base/luasrc/view/cbi/footer.htm
+++ b/modules/luci-compat/luasrc/view/cbi/footer.htm
diff --git a/modules/luci-base/luasrc/view/cbi/full_valuefooter.htm b/modules/luci-compat/luasrc/view/cbi/full_valuefooter.htm
index d4ad093efa..d4ad093efa 100644
--- a/modules/luci-base/luasrc/view/cbi/full_valuefooter.htm
+++ b/modules/luci-compat/luasrc/view/cbi/full_valuefooter.htm
diff --git a/modules/luci-base/luasrc/view/cbi/full_valueheader.htm b/modules/luci-compat/luasrc/view/cbi/full_valueheader.htm
index 1d9ebeba94..1d9ebeba94 100644
--- a/modules/luci-base/luasrc/view/cbi/full_valueheader.htm
+++ b/modules/luci-compat/luasrc/view/cbi/full_valueheader.htm
diff --git a/modules/luci-base/luasrc/view/cbi/fvalue.htm b/modules/luci-compat/luasrc/view/cbi/fvalue.htm
index 7f975b95e1..7f975b95e1 100644
--- a/modules/luci-base/luasrc/view/cbi/fvalue.htm
+++ b/modules/luci-compat/luasrc/view/cbi/fvalue.htm
diff --git a/modules/luci-base/luasrc/view/cbi/header.htm b/modules/luci-compat/luasrc/view/cbi/header.htm
index 821fa3efae..821fa3efae 100644
--- a/modules/luci-base/luasrc/view/cbi/header.htm
+++ b/modules/luci-compat/luasrc/view/cbi/header.htm
diff --git a/modules/luci-base/luasrc/view/cbi/ipaddr.htm b/modules/luci-compat/luasrc/view/cbi/ipaddr.htm
index 1c924e1544..1c924e1544 100644
--- a/modules/luci-base/luasrc/view/cbi/ipaddr.htm
+++ b/modules/luci-compat/luasrc/view/cbi/ipaddr.htm
diff --git a/modules/luci-base/luasrc/view/cbi/lvalue.htm b/modules/luci-compat/luasrc/view/cbi/lvalue.htm
index 28141472f4..28141472f4 100644
--- a/modules/luci-base/luasrc/view/cbi/lvalue.htm
+++ b/modules/luci-compat/luasrc/view/cbi/lvalue.htm
diff --git a/modules/luci-base/luasrc/view/cbi/map.htm b/modules/luci-compat/luasrc/view/cbi/map.htm
index cda4d3530c..cda4d3530c 100644
--- a/modules/luci-base/luasrc/view/cbi/map.htm
+++ b/modules/luci-compat/luasrc/view/cbi/map.htm
diff --git a/modules/luci-base/luasrc/view/cbi/mvalue.htm b/modules/luci-compat/luasrc/view/cbi/mvalue.htm
index 1f4f4dbcc6..1f4f4dbcc6 100644
--- a/modules/luci-base/luasrc/view/cbi/mvalue.htm
+++ b/modules/luci-compat/luasrc/view/cbi/mvalue.htm
diff --git a/modules/luci-base/luasrc/view/cbi/nsection.htm b/modules/luci-compat/luasrc/view/cbi/nsection.htm
index 14232e3d94..14232e3d94 100644
--- a/modules/luci-base/luasrc/view/cbi/nsection.htm
+++ b/modules/luci-compat/luasrc/view/cbi/nsection.htm
diff --git a/modules/luci-base/luasrc/view/cbi/nullsection.htm b/modules/luci-compat/luasrc/view/cbi/nullsection.htm
index 7230719d19..7230719d19 100644
--- a/modules/luci-base/luasrc/view/cbi/nullsection.htm
+++ b/modules/luci-compat/luasrc/view/cbi/nullsection.htm
diff --git a/modules/luci-base/luasrc/view/cbi/simpleform.htm b/modules/luci-compat/luasrc/view/cbi/simpleform.htm
index 3e10724ec5..3e10724ec5 100644
--- a/modules/luci-base/luasrc/view/cbi/simpleform.htm
+++ b/modules/luci-compat/luasrc/view/cbi/simpleform.htm
diff --git a/modules/luci-base/luasrc/view/cbi/tabcontainer.htm b/modules/luci-compat/luasrc/view/cbi/tabcontainer.htm
index 7fcb835783..7fcb835783 100644
--- a/modules/luci-base/luasrc/view/cbi/tabcontainer.htm
+++ b/modules/luci-compat/luasrc/view/cbi/tabcontainer.htm
diff --git a/modules/luci-base/luasrc/view/cbi/tblsection.htm b/modules/luci-compat/luasrc/view/cbi/tblsection.htm
index 11c2206d8c..11c2206d8c 100644
--- a/modules/luci-base/luasrc/view/cbi/tblsection.htm
+++ b/modules/luci-compat/luasrc/view/cbi/tblsection.htm
diff --git a/modules/luci-base/luasrc/view/cbi/tsection.htm b/modules/luci-compat/luasrc/view/cbi/tsection.htm
index 8f3b7f0ffb..8f3b7f0ffb 100644
--- a/modules/luci-base/luasrc/view/cbi/tsection.htm
+++ b/modules/luci-compat/luasrc/view/cbi/tsection.htm
diff --git a/modules/luci-base/luasrc/view/cbi/tvalue.htm b/modules/luci-compat/luasrc/view/cbi/tvalue.htm
index f3b12bd094..f3b12bd094 100644
--- a/modules/luci-base/luasrc/view/cbi/tvalue.htm
+++ b/modules/luci-compat/luasrc/view/cbi/tvalue.htm
diff --git a/modules/luci-base/luasrc/view/cbi/ucisection.htm b/modules/luci-compat/luasrc/view/cbi/ucisection.htm
index 8fa11d68f8..8fa11d68f8 100644
--- a/modules/luci-base/luasrc/view/cbi/ucisection.htm
+++ b/modules/luci-compat/luasrc/view/cbi/ucisection.htm
diff --git a/modules/luci-base/luasrc/view/cbi/upload.htm b/modules/luci-compat/luasrc/view/cbi/upload.htm
index e610495380..e610495380 100644
--- a/modules/luci-base/luasrc/view/cbi/upload.htm
+++ b/modules/luci-compat/luasrc/view/cbi/upload.htm
diff --git a/modules/luci-base/luasrc/view/cbi/value.htm b/modules/luci-compat/luasrc/view/cbi/value.htm
index 6060310b19..6060310b19 100644
--- a/modules/luci-base/luasrc/view/cbi/value.htm
+++ b/modules/luci-compat/luasrc/view/cbi/value.htm
diff --git a/modules/luci-base/luasrc/view/cbi/valuefooter.htm b/modules/luci-compat/luasrc/view/cbi/valuefooter.htm
index 805312e451..805312e451 100644
--- a/modules/luci-base/luasrc/view/cbi/valuefooter.htm
+++ b/modules/luci-compat/luasrc/view/cbi/valuefooter.htm
diff --git a/modules/luci-base/luasrc/view/cbi/valueheader.htm b/modules/luci-compat/luasrc/view/cbi/valueheader.htm
index 761a54aed0..761a54aed0 100644
--- a/modules/luci-base/luasrc/view/cbi/valueheader.htm
+++ b/modules/luci-compat/luasrc/view/cbi/valueheader.htm
diff --git a/modules/luci-base/luasrc/view/cbi/wireless_modefreq.htm b/modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm
index eeb1d5c5cb..eeb1d5c5cb 100644
--- a/modules/luci-base/luasrc/view/cbi/wireless_modefreq.htm
+++ b/modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm
diff --git a/modules/luci-mod-admin-mini/Makefile b/modules/luci-mod-admin-mini/Makefile
index 5da4cafc94..de00489926 100644
--- a/modules/luci-mod-admin-mini/Makefile
+++ b/modules/luci-mod-admin-mini/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Essentials - stripped down and user-friendly
-LUCI_DEPENDS:=+luci-base @BROKEN
+LUCI_DEPENDS:=+luci-base +luci-compat @BROKEN
include ../../luci.mk