diff options
author | Luka Perkov <luka@openwrt.org> | 2015-03-29 04:43:59 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-03-29 04:43:59 +0000 |
commit | d949d88ef626a571032fe9201b7c4a95e6594481 (patch) | |
tree | d6dd90b8abb61f8b278607e503836160d8160d6d | |
parent | e731ea23a853a0b1697da163610d3c4aaaf29b7e (diff) | |
download | upstream-d949d88ef626a571032fe9201b7c4a95e6594481.tar.gz upstream-d949d88ef626a571032fe9201b7c4a95e6594481.tar.bz2 upstream-d949d88ef626a571032fe9201b7c4a95e6594481.zip |
kernel: add symbol
Several targets are not using EMAC_ROCKCHIP so define it in generic config.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45117
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 1 |
2 files changed, 2 insertions, 0 deletions
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 |