From: Jaehoon Chung Date: Mon, 7 Aug 2017 07:22:50 +0000 (+0900) Subject: configs: tizen: enable the CONFIG_NET_RANDOM_ETHADDR X-Git-Tag: submit/tizen/20201110.005738~250 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1facc1bdc8d0e136da4126895b637d6ba01b69e;p=platform%2Fkernel%2Fu-boot.git configs: tizen: enable the CONFIG_NET_RANDOM_ETHADDR To use the random macaddr, enable the CONFIG_NET_RANDOM_ETHADDR in tizeh.h. In future, it needs to move into configs/tizen_defconfig. Change-Id: I47ef585a78b06f0ac334fc52e4400140392231cc Signed-off-by: Jaehoon Chung --- diff --git a/include/configs/tizen.h b/include/configs/tizen.h index 7368a13ab1..594894012b 100644 --- a/include/configs/tizen.h +++ b/include/configs/tizen.h @@ -94,6 +94,7 @@ #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX +#define CONFIG_NET_RANDOM_ETHADDR #undef CONFIG_REVISION_TAG #define CONFIG_SET_DFU_ALT_INFO