Activate LuCI, attendedsysupgrade and owut based on CONFIG_BUILDBOT

Petr Štetiar ynezz at true.cz
Thu Feb 5 22:12:52 PST 2026


Hauke Mehrtens <hauke at hauke-m.de> [2026-02-06 00:45:59]:

Hi,

> Currently the LuCI integration into the builds is activated in the buildbot
> configuration. This configuration is not very publicly know. 

FYI, buildbot master ansible configs for snapshots and 25.12 branch:

   - name: Snapshot
     branch: main
     build_priority: 3
     seedconfig: |-
       CONFIG_BUILDBOT=y
       CONFIG_DEVEL=y
       # CONFIG_CCACHE is not set
       CONFIG_KERNEL_KALLSYMS=y
       CONFIG_AUTOREMOVE=y

   - name: OpenWrt 25.12
     branch: openwrt-25.12
     build_priority: 2
     seedconfig: |-
       CONFIG_BUILDBOT=y
       CONFIG_DEVEL=y
       CONFIG_IMAGEOPT=y
       CONFIG_VERSIONOPT=y
       CONFIG_CCACHE=n
       CONFIG_KERNEL_KALLSYMS=n
       CONFIG_AUTOREMOVE=y
       CONFIG_PACKAGE_luci=y
       CONFIG_PACKAGE_luci-ssl=y


Cheers,

Petr



More information about the openwrt-devel mailing list