• 21 Posts
  • 1.45K Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • I do get where they’re coming from with Lua. With luci (the web interface), Lua must be installed as it’s a requirement. However, it might be the stripped down version as well (AFAIK). Also, if you know bash & coreutils already, it might be counterproductive to have to learn something new.

    I’m just glad that I could help. It’s not fun to get stuck in such technical roadblock.


  • Yeah I hear you. While I personally never fell like it’s that severe of functional limitations, I am aware on how stripped down busybox is. I’m also aware that some systems lives off 4MiB of flash and 32MiB of memory, so if you ask that question, you might get the answer “yes, it is necessary”.

    Meanwhile, if you have the luxury to install bash (or other full-featured shell), then that’s one option to consider. You seem lime you’re familiar with UNIX shell, and Lua is a whole new language. The Lua interpreter that comes by default might be stripped down as well anyway.