Hi,
unfortunately the stdbuf-package seems to be broken in openwrt as it does not contain the shared library:
stdbuf -o0 some_program
stdbuf: failed to find 'libstdbuf.so'
The package seems to include the binary only but misses the shared library.
Unfortunately I need to turn off buffering for one of my use-cases - is there any way I could hack around this or would I need to build stdbuf myself?
Many thanks!