İs LuCi integrated in 18.06 rc1?

Hello,
İ would like to install firmware 18.06 rc1 on my TP-Link TL-WR902AC v1, which is available twice in the list. My question is, whether LuCi is already integrated in 18.06 rc1 or do İ have to Install it manually?

Thank You for your reply in advance.

Best regards
Panther-6

Traditionally LuCI has been included in the release builds, and so it is also this time.
Can be verified by looking at the config.seed files for the targets in the release download directory.
E.g.
https://downloads.openwrt.org/releases/18.06.0-rc1/targets/ipq806x/generic/config.seed

CONFIG_PACKAGE_luci=y
CONFIG_PACKAGE_luci-app-firewall=y
CONFIG_PACKAGE_luci-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-proto-ipv6=y
CONFIG_PACKAGE_luci-proto-ppp=y
CONFIG_PACKAGE_luci-theme-bootstrap=y
1 Like

Thank You very much.