Does bushsupport support ifconfig?
Hi,
I had already replied to your post on GitHub.
What exactly are you looking for or what do you need as support for ifconfig?
I am writing firmware for ARM biometrics devices. I use the popular busybox package. The ifconfig utility allows me to format the current network parameters (leased via udhcpc) and write to their configuration file. This file is used to display network settings in the GUI without restarting
There’s currently no special support for busybox
or ifconfig
in particular.
For now, to run commands inside busybox
, you have to set a custom interpreter:
- Interpreter
/path/to/busybox
- Interpreter arguments:
sh
Please let me know if you need help to set this up.
Were you looking for other features related to busybox or its ifconfig?