From d949d88ef626a571032fe9201b7c4a95e6594481 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 29 Mar 2015 04:43:59 +0000 Subject: [PATCH] kernel: add symbol Several targets are not using EMAC_ROCKCHIP so define it in generic config. Signed-off-by: Luka Perkov SVN-Revision: 45117 --- target/linux/generic/config-3.18 | 1 + target/linux/generic/config-4.0 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 01cf659da3..822a561053 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -948,6 +948,7 @@ CONFIG_DQL=y CONFIG_EFI_PARTITION=y # CONFIG_EFS_FS is not set # CONFIG_ELF_CORE is not set +# CONFIG_EMAC_ROCKCHIP is not set CONFIG_EMBEDDED=y # CONFIG_EM_TIMER_STI is not set # CONFIG_ENABLE_MUST_CHECK is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index f8067383aa..d360ffd492 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -960,6 +960,7 @@ CONFIG_DQL=y CONFIG_EFI_PARTITION=y # CONFIG_EFS_FS is not set # CONFIG_ELF_CORE is not set +# CONFIG_EMAC_ROCKCHIP is not set CONFIG_EMBEDDED=y # CONFIG_EM_TIMER_STI is not set # CONFIG_ENABLE_MUST_CHECK is not set -- 2.30.2