diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-25 20:46:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-25 20:46:39 +0100 |
commit | 8d1ed6c3936baa1fd9a2088a32040006594a2d33 (patch) | |
tree | 4f452c891215f949d280e9f3c2bced48f111b067 /target | |
parent | e3602db008aaf4adf5d13f91ccd0385bb397a72d (diff) |
add backward compatible symbol for netdevices
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index 2e2410559..fe76c29bd 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -5,6 +5,10 @@ menu "Ethernet network devices support" depends on ADK_TARGET_WITH_NETDEVICE \ || ADK_TARGET_GENERIC +config ADK_KERNEL_NET_ETHERNET + bool + default y + config ADK_KERNEL_NET_CADENCE bool |