summaryrefslogtreecommitdiff
path: root/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: enable perf events when enabling profiling, fixes oprofile on armFelix Fietkau2012-09-201-0/+5
| | | | SVN-Revision: 33497
* build: add a config option for passing the top-level make jobserver to ↵Felix Fietkau2012-09-151-1/+10
| | | | | | packages that have parallel build enabled, significantly improves parallelization and gets rid of CPU overcommit during intra-package parallel builds SVN-Revision: 33414
* make static host utility linking default to offJo-Philipp Wich2012-08-151-1/+1
| | | | SVN-Revision: 33197
* introduce a menuconfig option to turn off static linking of host utilitiesJo-Philipp Wich2012-08-131-0/+7
| | | | SVN-Revision: 33154
* config: tag parallel build options with high build breakage probability with ↵Felix Fietkau2012-06-301-0/+2
| | | | | | a BROKEN dependency to discourage users from spamming us with tickets about them SVN-Revision: 32559
* build: add a config option for choosing the prefered standard c++ library ↵Felix Fietkau2012-06-141-0/+15
| | | | | | and add uclibc++.mk to make this easy to handle in packages SVN-Revision: 32369
* Config.in: remove obsolete dependencyFelix Fietkau2012-06-141-1/+0
| | | | SVN-Revision: 32366
* Fix early printk compile on ARMMichael Büsch2012-06-081-0/+6
| | | | SVN-Revision: 32130
* kernel: make tracing support configurableFelix Fietkau2012-06-061-0/+9
| | | | SVN-Revision: 32085
* make xz ramdisk images also available for 2.6.39+Jonas Gorski2012-04-181-1/+1
| | | | | | 2.6.38 isn't the only kernel supporting it. SVN-Revision: 31343
* define external cpioJohn Crispin2012-04-051-0/+7
| | | | | | | | Allow building image with an external cpio Signed-off-by: Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31204
* if CONFIG_BUILD_NLS is selected, compile uClibc with locale supportJo-Philipp Wich2012-01-011-1/+1
| | | | SVN-Revision: 29633
* kernel: enable magic sysrq by default, it does not add much to the kernel ↵Felix Fietkau2011-12-221-1/+1
| | | | | | image size, but is useful for debugging many kinds of hangs/crashes SVN-Revision: 29600
* kernel: add a configuration option for enabling printk timestamps (#10503)Felix Fietkau2011-11-291-0/+4
| | | | SVN-Revision: 29353
* kernel: add a top level menuconfig option for enabling lockdepFelix Fietkau2011-11-081-0/+5
| | | | SVN-Revision: 28848
* kernel: add a top level menuconfig option for enabling core dump supportFelix Fietkau2011-11-041-0/+4
| | | | SVN-Revision: 28744
* build system: add a feature that allows you to pull sources from a git tree ↵Felix Fietkau2011-10-091-0/+8
| | | | | | instead of the usual tarball SVN-Revision: 28394
* add menuconfig option to enable log files during build processJohn Crispin2011-07-031-0/+5
| | | | SVN-Revision: 27403
* add a kernel config option for magic sysrqFelix Fietkau2011-03-171-0/+4
| | | | SVN-Revision: 26214
* fix wrong copy&paste in the helptext for kernel AIO supportFelix Fietkau2011-02-271-2/+0
| | | | SVN-Revision: 25772
* kernel: make AIO support configurable (disabled by default)Felix Fietkau2011-02-271-0/+6
| | | | SVN-Revision: 25769
* prepare support for libiconv, libintl stub/full switchingJo-Philipp Wich2011-02-021-0/+7
| | | | SVN-Revision: 25302
* remove support for disabling large file support, it is broken, breaks ↵Jo-Philipp Wich2011-01-281-7/+0
| | | | | | compatibility to anything and has no effect on most packages SVN-Revision: 25208
* 2.6.38 supports xz ramdisks, tooImre Kaloz2011-01-241-0/+4
| | | | SVN-Revision: 25080
* remove 2.6.25 supportImre Kaloz2010-11-221-1/+0
| | | | SVN-Revision: 24089
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-7/+7
| | | | SVN-Revision: 24084
* make the display support feature flag selectableFelix Fietkau2010-11-021-0/+4
| | | | SVN-Revision: 23791
* as we only support 2.6, remove the useless bool for itImre Kaloz2010-10-051-3/+0
| | | | SVN-Revision: 23246
* optionally support parallel toolchain build. This defaults to off, because ↵Michael Büsch2010-10-031-2/+16
| | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. SVN-Revision: 23196
* Add support for enabling early printk. Currently only for ARM, because I ↵Michael Büsch2010-09-151-0/+19
| | | | | | don't know what EARLY_PRINTK depends on on other architectures. SVN-Revision: 23071
* Add an option to default the default build rule to parallel build.Michael Büsch2010-08-201-0/+14
| | | | SVN-Revision: 22737
* Support parallel build of certain packagesMichael Büsch2010-08-181-0/+32
| | | | SVN-Revision: 22696
* fix typoNicolas Thill2010-08-011-1/+1
| | | | SVN-Revision: 22453
* add a build system option for collecting all kernel debug information ↵Felix Fietkau2010-07-211-0/+9
| | | | | | (including modules) in a tarball SVN-Revision: 22327
* add a config option for enabling kernel debugging symbolsFelix Fietkau2010-07-211-0/+11
| | | | SVN-Revision: 22325
* enable ipv6 support for packages by defaultFelix Fietkau2010-07-131-1/+1
| | | | SVN-Revision: 22176
* images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZENicolas Thill2010-05-051-1/+1
| | | | SVN-Revision: 21362
* buildsystem: rearrange main config options, reorder, move stripping items to ↵Nicolas Thill2010-04-281-245/+237
| | | | | | a "Stripping options" subsection, SVN-Revision: 21239
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZNicolas Thill2010-04-281-4/+4
| | | | SVN-Revision: 21238
* images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is ↵Nicolas Thill2010-04-281-2/+0
| | | | | | selected or not SVN-Revision: 21237
* add "patented"-build flag to allow packages being with and without patented ↵Mirko Vogt2010-04-201-1/+8
| | | | | | technology SVN-Revision: 21050
* select LZMA compressed initramfs by default for ramipsGabor Juhos2010-03-311-0/+1
| | | | SVN-Revision: 20630
* remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT ↵Felix Fietkau2010-02-241-7/+0
| | | | | | was added SVN-Revision: 19849
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-111-1/+0
| | | | SVN-Revision: 19578
* add a config item to specify arguments to stripNicolas Thill2010-01-221-0/+9
| | | | SVN-Revision: 19270
* Add support for building ubifs images.Lars-Peter Clausen2010-01-111-0/+7
| | | | SVN-Revision: 19097
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-2/+0
| | | | SVN-Revision: 18955
* partially revert [18830]: stripped packages are still usefull when debugging ↵Florian Fainelli2009-12-221-1/+0
| | | | | | with gdbserver, update CONFIG_DEBUG description and disable sstrip when CONFIG_DEBUG is selected SVN-Revision: 18886
* disable stripping when compiling with debug info (closes: #6373)Florian Fainelli2009-12-221-0/+1
| | | | SVN-Revision: 18885
* partially revert [18830]: stripped packages are still usefull when debugging ↵Nicolas Thill2009-12-181-2/+1
| | | | | | with gdbserver, update CONFIG_DEBUG description and disable sstrip when CONFIG_DEBUG is selected SVN-Revision: 18831