From 03b8709b0115f53e5bf9d863dea329dc11ab5666 Mon Sep 17 00:00:00 2001 From: Rob van den Bogaard Date: Sun, 5 Jan 2020 15:39:14 +0100 Subject: [PATCH] Add ifconfig to busybox config requirements 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf32d0a9..479fcc26 100644 --- a/README.md +++ b/README.md @@ -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)