Skip to content

MiniBox v0.3.1

Latest
Compare
Choose a tag to compare
@Qwer-TeX Qwer-TeX released this 23 Aug 20:30
· 52 commits to main since this release

New release with some new utilities as you can see from previous version.

  1. Add a configure script making MiniBox adaptable to your own needs just like in BusyBox and ToyBox.
    (Doesn't use Kconfig, but rather a custom script).

  2. Now you can have the freedom to compile what you want to be bundled in Your Own MiniBox.

  3. ./configure && make; And you're done!! That easy. And if you have a backup config.h,
    copy it to include/ without running ./configure but run ./toggle_ifdef.sh afterwards and make.