From 44fd9e6ed19e23a8219fd60471a3d5784fb8d5c9 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Fri, 28 Jan 2022 16:03:43 +0100 Subject: [PATCH] iop: config: LuCI: Do not take in libiwinfo-lua and bootstrap theme The luci-nginx metapackage selects some packages that we do not want to select 1. luci-theme-bootstrap: Not needed, we use luci-theme-openwrt-2020 2. libiwinfo-lua: Not needed on non-WiFi targets such as panther, but will be pulled in by other LuCI dependencies --- iop/config | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/iop/config b/iop/config index 535e48e86..cb83118db 100644 --- a/iop/config +++ b/iop/config @@ -39,11 +39,26 @@ CONFIG_PACKAGE_jq=y CONFIG_PACKAGE_libreswan=m CONFIG_PACKAGE_libwifi=y CONFIG_PACKAGE_lscpu=y -CONFIG_PACKAGE_luci-nginx=y + +# BEGIN: luci-nginx metapackage with some changes +# We do not need luci-theme-bootstrap +# We do not want libiwinfo-lua on non-WiFi targets, but it is already +# depended on by other luci-packages, so no need to take it in explicitly +CONFIG_PACKAGE_nginx=y +CONFIG_PACKAGE_nginx-mod-luci=y +CONFIG_PACKAGE_luci-mod-admin-full=y +CONFIG_PACKAGE_luci-app-firewall=y +CONFIG_PACKAGE_luci-app-opkg=y +CONFIG_PACKAGE_luci-proto-ppp=y +CONFIG_PACKAGE_luci-proto-ipv6=y +CONFIG_PACKAGE_rpcd-mod-rrdns=y +# END: luci-nginx metapackage with some changes + # CONFIG_LUCI_JSMIN is not set # CONFIG_LUCI_CSSTIDY is not set CONFIG_PACKAGE_luci-mod-dashboard=y CONFIG_PACKAGE_luci-theme-openwrt-2020=y + CONFIG_PACKAGE_map=y CONFIG_PACKAGE_miniupnpd=y CONFIG_PACKAGE_mwan3=y