X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=Config.in;h=4d75896d8dd931d9fc679fc5afa8178651310fec;hp=a952f462f87807e89242429482d184aeb452e9bb;hb=a07b5919593ff5d3d22bf8b5c55e8be2799cdf05;hpb=0a1c4742c39732e4cb1ecfcf0f13a005d1d98e79 diff --git a/Config.in b/Config.in index a952f462f8..4d75896d8d 100644 --- a/Config.in +++ b/Config.in @@ -15,7 +15,7 @@ source "target/Config.in" menu "Target Images" config TARGET_ROOTFS_INITRAMFS bool "ramdisk" - default n + default y if USES_INITRAMFS depends LINUX_2_6 help Embed the rootfs into the kernel (initramfs) @@ -106,10 +106,31 @@ config DEBUG help Disables stripping and adds -g3 to the CFLAGS +config DEBUG_DIR + bool "Install debugging binaries into a staging directory" + default n + help + This will install all compiled package binaries into build_dir/target-*/debug-*/, + useful for cross-debugging via gdb/gdbserver + config NO_STRIP bool "Install unstripped binary on the target (useful for native compiling/debugging)" default n +comment "Kernel build options" + +config KERNEL_KALLSYMS + bool "Compile the kernel with symbol table information" + default n + help + This will give you more information in stack traces from kernel oopses +config KERNEL_PROFILING + bool "Compile the kernel with profiling enabled" + default n + help + Enable the extended profiling support mechanisms used by profilers such + as OProfile. + endmenu menuconfig DEVEL @@ -145,6 +166,14 @@ config BUILD_SUFFIX help Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix +config TARGET_ROOTFS_DIR + string + prompt "Override the default TARGET_ROOTFS_DIR variable" if DEVEL + default "" + help + Override the default TARGET_ROOTFS_DIR variable content $(BUILD_DIR) with custom path. + Use this option to re-define the location of the target root file system directory. + config CCACHE bool prompt "Use ccache" if DEVEL