-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non #4
base: master
Are you sure you want to change the base?
Non #4
Conversation
…asic) and with (full)
- Update README for upstreamed patches no longer needed as of 8488d53 - Update configs to reflect new default options - Remove outdated Makefile and update instructions, label old configs more clearly
- match menuconfig output and add full modutils by default to both - enable a few more options from the defconfig on full - add -fno-builtin-stpcpy to remove warnings on x86 compiles
- enable SYNC since it actually only has linker problems when FEATURE_SYNC_FANCY is enabled - enable FEATURE_LS_COLOR because Titanium Backup is weirdly dependent on it to generate its app lists - disable FEATURE_XARGS_SUPPORT_REPL_STR because Titanium Backup requires the expected output for batch processing
- all continues to compile correctly with my changes
b5ddc44
to
554a26d
Compare
- add base32 to default list - note build will fail with no patches currently
- time/wait3 hunk of patches was upstreamed, combine remaining hush-platform patches and rebase - group all hush patches together
- librt fix has been merged
- time wait3 and TLS ASM patches were upstreamed in 1.34.x
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add patch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add patch
merge |
Good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
- powertop now fails with an asm error on x86 with NDK r15c (last with MIPS support), so disable for all configs
- fix loop mounts on kernels < 5.x; TRY is supposed to fallback gracefully, but something doesn't work correctly, even with my new patch, so update config options to revert to old behavior
git remote add origin https://github.com/seifoh/seifoo.git
git push -u origin master