disable stripping when compiling with debug info (closes: #6373)
[openwrt.git] / Config.in
index 3e8475c..97cbfeb 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -43,6 +43,9 @@ menu "Target Images"
 
                config TARGET_INITRAMFS_COMPRESSION_LZMA
                        bool "LZMA"
+
+               config TARGET_INITRAMFS_COMPRESSION_LZO
+                       bool "LZO"
        endchoice
 
        config TARGET_ROOTFS_JFFS2
@@ -151,12 +154,14 @@ choice
 
        config USE_STRIP
                bool "strip"
+               depends !DEBUG
                help
                  This will install binaries stripped using strip from binutils
 
 
        config USE_SSTRIP
                bool "sstrip"
+               depends !DEBUG
                depends !USE_GLIBC
                depends !USE_EGLIBC
                help