diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-15 16:48:47 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-15 16:58:34 -0500 |
commit | 9167c1b5963e4dfbb3ae41e14c0956e82399fc2f (patch) | |
tree | a98a4ca862bc8612ecec6c3674ab69b75ad49be0 /target/linux/config | |
parent | 666c6ca329658509e1287322193b7697bfa78975 (diff) |
convert from addon to generic patch
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.addons | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.addons b/target/linux/config/Config.in.addons index c0a8b57ba..026b0678d 100644 --- a/target/linux/config/Config.in.addons +++ b/target/linux/config/Config.in.addons @@ -1,10 +1,6 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -config ADK_KERNEL_ADDON_YAFFS2 - default y if ADK_TARGET_WITH_NAND - bool - config ADK_KERNEL_ADDON_GRSEC bool depends on ADK_KERNEL_VERSION_3_14 |