summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox/module.build
Commit message (Collapse)AuthorAgeFilesLines
* [busybox] Fix copying of .config after autoclone refactorSimon Rettberg2021-07-091-1/+1
|
* bwlp: remove busybox from targetJonathan Bauer2021-07-091-6/+1Star
| | | | | | its only needed in stage31. dracut builds it on its own. Both copy it to stage32/stage4 so no need to install it in bwlp target. Also makes the REMOTE_LOCAL_INSTALL check obsolete.
* Use autoclone where possibleSimon Rettberg2021-07-091-5/+3Star
|
* Add installer mode for stage4Simon Rettberg2021-07-081-2/+8
|
* [busybox] Fix rtcwake patch, add timeout backwars compat patchSimon Rettberg2020-08-261-5/+12
|
* [busybox] Patch for glibc-2.31+Simon Rettberg2020-08-031-0/+1
|
* [busybox] update to 1.32.0Jonathan Bauer2020-07-311-7/+5Star
| | | | | | | TODO: * fix rtcwake patch, currently not applied in module.build * refine fbsplash.cfg sanity checks when determining sizes of screen/image
* [*] cd <...> || perror --> cde <...>Simon Rettberg2019-11-261-4/+2Star
|
* [busybox] only apply Makefile fix if CC is setJonathan Bauer2018-11-161-1/+4
|
* [kernel+busybox] Patch for distccSimon Rettberg2018-10-251-0/+1
|
* [busybox] Giving up on clean patches; add huge compat patch (to util-linux)Simon Rettberg2017-11-271-4/+1Star
| | | | | | | | | | - Introduce 'no' option for -m to just set alarm without standby - Introduce 'disable' option for -m to delete any current alarm - When unsetting alarm, apply same logic as in setup_alarm regarding which kind of alarm to set (or disable in this case). Note that "-m disable" will clear both alarm types. - Default to /dev/rtc0 since using /dev/rtc was broken (couldn't determine wake support and bailed out).
* [budybox] rtcwake patch: Default to rtc0Simon Rettberg2017-11-271-0/+3
| | | | | | | | | | 1) This is what rtcwake from util-linux does 2) While /dev/rtc is usually a symlink to /dev/rtc0, /sys/class/rtc/%s/device/power/wakeup doesn't exist for rtc (no symlink under /sys/class/rtc), so bb rtcwake will bail out early claiming the selected rtc does not support wakeup alarms, while really it just didn't find a file to check for support.
* I'm just an idiotSimon Rettberg2017-11-271-1/+1
|
* [busybox] Only clone repo if it doesn't existSimon Rettberg2017-11-271-1/+3
|
* [busybox] Include rtcwake, add patch for -m noSimon Rettberg2017-11-271-0/+3
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-281-0/+1
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-231-1/+0Star
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-251-0/+30