Skip to content

[cmds] Get busyelks compiling again#2432

Merged
ghaerr merged 1 commit intomasterfrom
be
Nov 2, 2025
Merged

[cmds] Get busyelks compiling again#2432
ghaerr merged 1 commit intomasterfrom
be

Conversation

@ghaerr
Copy link
Copy Markdown
Owner

@ghaerr ghaerr commented Nov 2, 2025

The BusyELKS "BusyBox"-like clone had bit-rotted for so long it wouldn't even compile. This is because its compilation was set by default to use the CONFIG_APP_xxx defines to set which modules to compile in. Since these are no longer set in any default configuration, it appears it may have been years since this program was compiled or used.

It appears almost all of the "commands" within BusyELKS actually come from sash, except that the sash source code has been bugfixed over the years whereas BusyELKS is completely unmaintained. There isn't much use in using BusyELKS on any system anymore, since sash can do everything it can, also works as a standalone shell, and is actually smaller, since loads of ASCII usage messages aren't included. Also, BusyELKS is hard to use without a filesystem that supports symbolic or hard-links, which means it isn't useful on FAT filesystems used on many CF cards.

Thus I propose that BusyELKS be removed after release v0.9.0. This will also allow considerable cleanup in the elkscmd/Make.install script, which @hexadec1mal did in #2426, but has been delayed.

@ghaerr ghaerr merged commit 2b01989 into master Nov 2, 2025
1 check passed
@ghaerr ghaerr deleted the be branch November 2, 2025 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant