fix: PassWall/PassWall2 install deps check and i18n lazy download#28
Open
HouJia wants to merge 3 commits into
Open
fix: PassWall/PassWall2 install deps check and i18n lazy download#28HouJia wants to merge 3 commits into
HouJia wants to merge 3 commits into
Conversation
Install tcping/geoview before luci-app-passwall2 and skip standalone zh-cn package when the main package already bundles Chinese resources, preventing dependency failures and i18n file conflicts seen on iStoreOS 24.10. Co-authored-by: Cursor <cursoragent@cursor.com>
Check dependency packages before installing, print explicit install/skip status during execution, and avoid unnecessary i18n installs when language packages are already bundled or present. Co-authored-by: Cursor <cursoragent@cursor.com>
Restore explicit LANG_IPK declaration for readability while preserving on-demand language package download logic. Co-authored-by: Cursor <cursoragent@cursor.com>
slobys
force-pushed
the
main
branch
7 times, most recently
from
May 13, 2026 07:16
acd3dcd to
18760bf
Compare
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.
Summary
Fixes installation failures on OpenWrt/iStoreOS 24.10 where
opkgcannot resolve PassWall / PassWall2 dependencies from default feeds alone.Changes
tcpingandgeoviewfrompasswall_packagesonly when missing; log explicit skip/install steps.chinadns-nganddns2socksonly when missing (same pattern).LANG_IPK=""with lazy assignment to avoid wasted downloads and file clashes.Testing
aarch64_generic): PassWall and PassWall2 installers complete successfully with expected terminal logs.Notes
Fork branch:
fix/passwall2-install-deps-lang-v2.