diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-12 19:59:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-12 19:59:21 +0200 |
commit | 680b1bf73cedebda44da1e15d6d1127e2b550941 (patch) | |
tree | 7d805c8379d3b8c9259611f5a7a3a0f4cb612f54 /target/linux | |
parent | 8cd937c090247ee1677587543aa5d85ff3e614cc (diff) |
allow to use a defconfig, enable always experimental support in kernel
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.kernel | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 7daecb79f..f7994b49a 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -1,7 +1,8 @@ -config ADK_KERNEL_STAGING +config ADK_KERNEL_EXPERIMENTAL bool + default y -config ADK_KERNEL_EXPERIMENTAL +config ADK_KERNEL_STAGING bool config ADK_KERNEL_RESET_CONTROLLER |