summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox
Commit message (Collapse)AuthorAgeFilesLines
* [busybox] Restore installer modeSimon Rettberg2023-01-251-1/+1
|
* [busybox] Update configSimon Rettberg2023-01-241-330/+516
|
* [busybox] We need cmp nowSimon Rettberg2022-07-111-1/+1
|
* /var/run -> /runSimon Rettberg2021-11-121-1/+1
|
* [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-092-7/+4Star
|
* Add installer mode for stage4Simon Rettberg2021-07-082-4/+9
|
* [busybox] Fix fucked up whitespace in patchSimon Rettberg2020-08-261-7/+6Star
|
* [busybox] Fix rtcwake patch, add timeout backwars compat patchSimon Rettberg2020-08-263-36/+54
|
* [busybox] Patch for glibc-2.31+Simon Rettberg2020-08-032-0/+66
|
* [busybox] Use stable versionSimon Rettberg2020-08-031-1/+1
|
* [busybox] update to 1.32.0Jonathan Bauer2020-07-314-111/+38Star
| | | | | | | 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
|
* ADD FILEHANS AFFE2017-11-271-0/+167
|
* [busybox] Giving up on clean patches; add huge compat patch (to util-linux)Simon Rettberg2017-11-273-33/+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-272-0/+16
| | | | | | | | | | 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.
* sdfgijdasfigdasofigSimon Rettberg2017-11-271-5/+5
|
* afgsfdgdsSimon Rettberg2017-11-271-9/+9
|
* 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] Actually include patch..Simon Rettberg2017-11-271-0/+16
|
* [busybox] Include rtcwake, add patch for -m noSimon Rettberg2017-11-272-1/+4
|
* [busybox] Enable applet teeSimon Rettberg2017-03-231-1/+1
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-283-0/+3
| | | | | | | 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-233-5/+7
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-256-0/+1238