From 765bb51c9b9d2d5dec31bc4695e3cc8d3036147c Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 7 Aug 2017 16:22:50 +0900 Subject: [PATCH] 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 --- include/configs/tizen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/tizen.h b/include/configs/tizen.h index 7368a13..5948940 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 -- 2.7.4