diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-10 16:25:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-10 16:25:13 +0200 |
commit | 4b52a472673bea601d130d3f9770cc2764b8bdc7 (patch) | |
tree | c5f42a8f4bfdedd48d415311621d70f1be8a9f64 /target/config/Config.in.archopts | |
parent | 8f33484dd53d4271b16173df31b2804e122d9b8b (diff) |
linux: remove deprecated 4.6 support
Diffstat (limited to 'target/config/Config.in.archopts')
-rw-r--r-- | target/config/Config.in.archopts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.archopts b/target/config/Config.in.archopts index 6401384b9..3390d4860 100644 --- a/target/config/Config.in.archopts +++ b/target/config/Config.in.archopts @@ -39,5 +39,5 @@ config ADK_TARGET_NAN_MODE config ADK_TARGET_WITH_DEVICETREE bool depends on ADK_TARGET_ARCH_ARM - default y if ADK_TARGET_KERNEL_VERSION_4_6 + default y if ADK_TARGET_KERNEL_VERSION_4_7 default n |