openthread-br: drop luci-app-openthread, moved to luci repo - #30090
Closed
LorbusChris wants to merge 1 commit into
Closed
openthread-br: drop luci-app-openthread, moved to luci repo#30090LorbusChris wants to merge 1 commit into
LorbusChris wants to merge 1 commit into
Conversation
The LuCI web interface for OpenThread Border Router is being maintained in the openwrt/luci repository as luci-app-openthread, following the same convention as other LuCI apps. Remove the luci-app-openthread subpackage (and its install recipe) from this feed package so the UI is no longer shipped from two places. The app was also rewritten for the modern client-side LuCI framework as part of the move; the Lua/htm sources it used to install (src/openwrt/controller, src/openwrt/view, src/openwrt/handle_error.js) are removed upstream in openthread/ot-br-posix#3326. Refs: openwrt#29791, openthread/ot-br-posix#3431 Signed-off-by: Christian Glombek <c.glombek@cosa.systems> Assisted-By: Claude Fable 5
This was referenced Jul 25, 2026
Author
|
Superseded by #30091, which folds this luci-app removal into the full 2026.06.0 update (bump + configurable REST listen address, keeping the mDNSResponder backend). Closing in favor of that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Package Details
Maintainer: @stintel (openthread-br)
Description
Removes the
luci-app-openthreadsubpackage (and its install recipe) fromthe
openthread-brfeed package. The LuCI web interface is proposed for the openwrt/lucirepository as
luci-app-openthread(openwrt/luci#8871), following the standardconvention for LuCI apps, as requested in #29791 and openthread/ot-br-posix#3431.
The web UI was also rewritten for the modern client-side LuCI framework as part
of the move; the Lua/htm sources the removed install recipe referenced
(
src/openwrt/controller,src/openwrt/view,src/openwrt/handle_error.js)are removed upstream in openthread/ot-br-posix#3326.
PKG_RELEASEbumped. The remainingopenthread-brpackage is otherwiseunchanged.
Companion PR (adds the app to LuCI): openwrt/luci#8871
Refs: #29791, #29784, openthread/ot-br-posix#3431
Run Testing
Makefile-only change: drops a subpackage
define/install recipe and bumpsPKG_RELEASE. Not built in an OpenWrt buildroot; no source or build-optionchanges to
openthread-br. Note: overlapsnet/openthread-br/Makefilewith#29784, so one will need a trivial rebase depending on merge order.
Formalities