diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-31 13:16:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-31 13:16:32 +0200 |
commit | 6beaca84dcedc3f43074874faf9b5139751ba10d (patch) | |
tree | dc385bc7d51458184a9375be4aea8eb7bf2d5a8e /target/linux/config/Config.in.network | |
parent | 376a0c383c9228bab500f01f4f1211d61269b06d (diff) |
prefix VERSION symbols, otherwise they will get into kernel .config
Diffstat (limited to 'target/linux/config/Config.in.network')
-rw-r--r-- | target/linux/config/Config.in.network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 9669ba8a5..796eaa3df 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -259,7 +259,7 @@ config ADK_KERNEL_BONDING #config ADK_KERNEL_MPTCP # bool "Multipath TCP support" # select ADK_KERNEL_IPV6 -# depends on ADK_KERNEL_VERSION_3_14 +# depends on ADK_TARGET_KERNEL_VERSION_3_14 # help # http://www.multipath-tcp.org |