luci: sort dependencies alphabetically with newline
Improve readability and group related packages together. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
a246839e0b
commit
fc313a59db
1 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue