diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-03 13:42:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-03 20:38:12 +0100 |
commit | b0e2112c460b01d4f8954ec101807f4398a6444e (patch) | |
tree | ef2bbd6df6a3226cd9af90f33e8a40052dba6b9a /target | |
parent | c74ebd05a4a22a0ff69bf3cd803cd32b894e7d3e (diff) |
allow to choose kernel symbol
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.block | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block index f2e096cea..ab5ca76ba 100644 --- a/target/linux/config/Config.in.block +++ b/target/linux/config/Config.in.block @@ -1,12 +1,12 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -menu "Block devices support" -depends on ADK_TARGET_WITH_BLOCK - config ADK_KERNEL_BLOCK bool +menu "Block devices support" +depends on ADK_TARGET_WITH_BLOCK + config ADK_KERNEL_LBDAF bool |