diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-22 21:52:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-22 21:52:59 +0100 |
commit | dfa2addd5fac54784ee2cda02f89be8f30d32bf5 (patch) | |
tree | cdecdf25f0a89d53b5a4e9b492c88fa29410c67b /target | |
parent | ade8f1154feea499c3743ab14e9ced6783812316 (diff) |
remove debug symbol
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.fs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index db50c3a7f..40024fe97 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -48,10 +48,6 @@ config ADK_KERNEL_SQUASHFS_XZ boolean default n -config ADK_KERNEL_JFFS2_FS_DEBUG - int - default "1" - config ADK_KERNEL_JFFS2_COMPRESSION_OPTIONS boolean default n @@ -65,7 +61,6 @@ config ADK_KERNEL_JFFS2_FS select ADK_KERNEL_MISC_FILESYSTEMS select ADK_KERNEL_JFFS2_COMPRESSION_OPTIONS select ADK_KERNEL_JFFS2_ZLIB - select ADK_KERNEL_JFFS2_FS_DEBUG boolean config ADK_KERNEL_SQUASHFS |