X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2FKconfig;h=9a9846e187449c5dcda44e7c84de6b12add05640;hb=1c94578e7a3ce9d2e864b9243d213392d324205a;hp=22b9eaac53a2880a45b1d06f548e8a59c88256f1;hpb=2c2277f15cbaa9533ef8aead7328c3f605251147;p=u-boot diff --git a/net/Kconfig b/net/Kconfig index 22b9eaac53..9a9846e187 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -4,7 +4,17 @@ menuconfig NET bool "Networking support" + select REGEX if NET +config NET_RANDOM_ETHADDR + bool "Random ethaddr if unset" + select LIB_RAND + help + Selecting this will allow the Ethernet interface to function + even when the ethaddr variable for that interface is unset. + A new MAC address will be generated on every boot and it will + not be added to the environment. + endif # if NET