Skip to content

Commit

Permalink
Add ifconfig to busybox config requirements
Browse files Browse the repository at this point in the history
I am wondering whether more of the following binaries from the list in VintageNet mix.exs are required:
dnsd, ifup, ifdown, chat, pppd (not in busybox config), mknod, wpa_supplicant (not in busybox), ip
  • Loading branch information
robvandenbogaard authored and fhunleth committed Jan 8, 2020
1 parent 8360ddd commit 449ca74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ enabled:

Then make sure that you have the following Busybox options enabled:

* `CONFIG_IFCONFIG=y` - `ifconfig` ifconfig
* `CONFIG_UDHCPC=y` - `udhcpc` DHCP Client
* `CONFIG_UDHCPD=y` - `udhcpd` DHCP Server (optional)

Expand Down

0 comments on commit 449ca74

Please sign in to comment.