Hacker News new | ask | show | jobs
by Mod_daniel 5758 days ago
Please, correct me if I'm wrong, but doesn't OpenWrt run on on busybox? Which is pretty much just a stripped down conglomerated bash?
1 comments

bash refers to a specific shell implementation, not the whole userland utilities (AKA the "coreutils").

BusyBox combines a bunch of Linux userland utilities into one executable, to save overhead on embedded systems. It uses ash, not bash.