mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-28 02:19:50 +00:00
Just install luci-ssl that has in dependencies libustream to avoid potential removing after owut upgrade
20 lines
565 B
Plaintext
20 lines
565 B
Plaintext
# LuCI
|
|
CONFIG_PACKAGE_cgi-io=y
|
|
CONFIG_PACKAGE_liblucihttp=y
|
|
CONFIG_PACKAGE_luci=y
|
|
CONFIG_PACKAGE_luci-ssl=y
|
|
CONFIG_PACKAGE_luci-app-firewall=y
|
|
CONFIG_PACKAGE_luci-app-opkg=y
|
|
CONFIG_PACKAGE_luci-base=y
|
|
CONFIG_PACKAGE_luci-lib-base=y
|
|
CONFIG_PACKAGE_luci-lib-ip=y
|
|
CONFIG_PACKAGE_luci-lib-jsonc=y
|
|
CONFIG_PACKAGE_luci-lib-nixio=y
|
|
CONFIG_PACKAGE_luci-mod-admin-full=y
|
|
CONFIG_PACKAGE_luci-mod-network=y
|
|
CONFIG_PACKAGE_luci-mod-status=y
|
|
CONFIG_PACKAGE_luci-mod-system=y
|
|
CONFIG_PACKAGE_luci-proto-ipv6=y
|
|
CONFIG_PACKAGE_luci-proto-ppp=y
|
|
CONFIG_PACKAGE_luci-theme-bootstrap=y
|