luci: sort dependencies alphabetically with newline
authorPaul Spooren <mail@aparcar.org>
Tue, 7 Jun 2022 12:27:37 +0000 (14:27 +0200)
committerPaul Spooren <mail@aparcar.org>
Tue, 18 Oct 2022 10:06:46 +0000 (12:06 +0200)
Improve readability and group related packages together.

Signed-off-by: Paul Spooren <mail@aparcar.org>
collections/luci/Makefile

index 868d72113a3e9ec37197d14bf05276a620bfcb29..f99010a1bd934886feacdc4c147728cd80f247ad 100644 (file)
@@ -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