From: luka Date: Sun, 29 Mar 2015 04:43:59 +0000 (+0000) Subject: kernel: add symbol X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a7f904817ec550277cca2826b0d7e2ae8f758001;p=openwrt.git kernel: add symbol Several targets are not using EMAC_ROCKCHIP so define it in generic config. Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45117 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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