Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2022-06-07 15:27:37 +0300
committerPaul Spooren <mail@aparcar.org>2022-10-18 13:06:46 +0300
commitfc313a59dbc837f32d0c1d291bba054631c91039 (patch)
tree6c2690a9ef257b8f9bcbef74eb760554142fa3fe /collections
parenta246839e0b6ec5fd932743ce7de8492a50493bd8 (diff)
luci: sort dependencies alphabetically with newline
Improve readability and group related packages together. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'collections')
-rw-r--r--collections/luci/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/collections/luci/Makefile b/collections/luci/Makefile
index 868d72113a..f99010a1bd 100644
--- a/collections/luci/Makefile
+++ b/collections/luci/Makefile
@@ -12,9 +12,16 @@ LUCI_BASENAME:=luci
LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (default)
LUCI_DESCRIPTION:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme
LUCI_DEPENDS:= \
- +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap \
- +luci-app-firewall +luci-app-opkg +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \
- +rpcd-mod-rrdns
+ +IPV6:luci-proto-ipv6 \
+ +libiwinfo-lua \
+ +luci-app-firewall \
+ +luci-app-opkg \
+ +luci-mod-admin-full \
+ +luci-proto-ppp \
+ +luci-theme-bootstrap \
+ +rpcd-mod-rrdns \
+ +uhttpd \
+ +uhttpd-mod-ubus
PKG_LICENSE:=Apache-2.0