Conversation
Ponywka
commented
Sep 11, 2026
| @@ -0,0 +1,5 @@ | |||
| config system | |||
| option hostname 'Entware' | |||
Member
Author
There was a problem hiding this comment.
Точно ли оставить название как "hostname"? Технически в парадигме Entware это не имеет никакого отношения к hostname'у.
Ponywka
marked this pull request as draft
September 11, 2026 02:13
Ponywka
force-pushed
the
feature/luci
branch
from
September 12, 2026 01:36
11db142 to
7c63e1b
Compare
Member
Author
|
Есть небольшой момент, который нужно учитывать при использовании LuCI - нужно запускать/перезапускать его в строгой последовательности: /opt/etc/init.d/rc.unslung stop
/opt/etc/init.d/rc.unslung startНадо бы придумать, как исправить |
Ponywka
force-pushed
the
feature/luci
branch
from
September 12, 2026 01:55
7c63e1b to
6ecc0db
Compare
Ponywka
commented
Sep 12, 2026
Ponywka
force-pushed
the
feature/luci
branch
2 times, most recently
from
September 14, 2026 22:57
a94da47 to
d5c42e3
Compare
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Ponywka
force-pushed
the
feature/luci
branch
from
September 14, 2026 23:56
d5c42e3 to
f45084b
Compare
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…ays available on vendor firmware Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
check_oldpwd() compared the entered password's hash against the stored rpcd login password by literal string equality, which can never match rpcd's "$p$<user>" shadow-indirection marker -- the default state of every login entry -- so the option was hidden entirely. Resolve that indirection the same way rpcd's own session.c does (read /opt/etc/shadow or /opt/etc/passwd), verify locally via uhttpd -m's new optional hash argument, and try each matching login section in order like rpc_login_test_login() does. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
network.interface/dump is a netifd ubus object that doesn't exist on Entware, so the unwrapped call rejected and crashed the whole page via Promise.all. Wrap it in L.resolveDefault() like the other calls in the same load(), degrading to raw device names instead of interface badges. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Ponywka
force-pushed
the
feature/luci
branch
from
September 15, 2026 22:26
ff93416 to
d9a6bd2
Compare
busybox dmesg -r omits the [timestamp] prefix entirely when the running kernel has CONFIG_PRINTK_TIME disabled. The default time filter (logFilterFrom: '0') is a non-empty string and thus always truthy, so every line ended up with a null time and got dropped, leaving the page empty on such routers. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Move root/usr/share/* to root/share/* (no usr/ segment under /opt on Entware), point UCI config/uci-defaults at /opt/etc/uci-config instead of /etc/config, fix the ucode plugin shebang, and update every doc/ comment/.po source-location reference accordingly. Verified live: package builds, installs, and both the form and RPC views render correctly against a real Entware instance. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Ponywka
force-pushed
the
feature/luci
branch
from
September 16, 2026 00:25
d9a6bd2 to
4161e83
Compare
Ponywka
commented
Sep 16, 2026
Comment on lines
+117
to
+118
| # SRCDIET needs lua/host (dropped, no-Lua fork); CSSTIDY's host package exists but isn't wired back in; JSMIN needs no deps, off just to match. | ||
| PKG_BUILD_DEPENDS += luci-base/host $(LUCI_BUILD_DEPENDS) |
Member
Author
There was a problem hiding this comment.
Попробовать в следующей итерации починить сжатие CSS/JS
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.
No description provided.