aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* build: turn on package parallel builds by default and fix descriptions.Felix Fietkau2012-09-281-15/+12
| | | | | | By default, this is only used when building with make -j. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: enable perf events when enabling profiling, fixes oprofile on armFelix Fietkau2012-09-201-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] make static host utility linking default to offJo-Philipp Wich2012-08-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] introduce a menuconfig option to turn off static linking of host ↵Jo-Philipp Wich2012-08-131-0/+7
| | | | | | utilities git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Config.in: remove obsolete dependencyFelix Fietkau2012-06-141-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix early printk compile on ARMMichael Büsch2012-06-081-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: make tracing support configurableFelix Fietkau2012-06-061-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31343 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [image] define external cpioJohn Crispin2012-04-051-0/+7
| | | | | | | | Allow building image with an external cpio Signed-off-by: Tathagata Das <tathagata@alumnux.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] if CONFIG_BUILD_NLS is selected, compile uClibc with locale supportJo-Philipp Wich2012-01-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a configuration option for enabling printk timestamps (#10503)Felix Fietkau2011-11-291-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a top level menuconfig option for enabling lockdepFelix Fietkau2011-11-081-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a top level menuconfig option for enabling core dump supportFelix Fietkau2011-11-041-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add menuconfig option to enable log files during build processJohn Crispin2011-07-031-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a kernel config option for magic sysrqFelix Fietkau2011-03-171-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wrong copy&paste in the helptext for kernel AIO supportFelix Fietkau2011-02-271-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: make AIO support configurable (disabled by default)Felix Fietkau2011-02-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] prepare support for libiconv, libintl stub/full switchingJo-Philipp Wich2011-02-021-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] remove support for disabling large file support, it is broken, ↵Jo-Philipp Wich2011-01-281-7/+0
| | | | | | breaks compatibility to anything and has no effect on most packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.38 supports xz ramdisks, tooImre Kaloz2011-01-241-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.25 supportImre Kaloz2010-11-221-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the display support feature flag selectableFelix Fietkau2010-11-021-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* as we only support 2.6, remove the useless bool for itImre Kaloz2010-10-051-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for enabling early printk.Michael Büsch2010-09-151-0/+19
| | | | | | | Currently only for ARM, because I don't know what EARLY_PRINTK depends on on other architectures. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add an option to default the default build rule to parallel build.Michael Büsch2010-08-201-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Support parallel build of certain packagesMichael Büsch2010-08-181-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoNicolas Thill2010-08-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a build system option for collecting all kernel debug information ↵Felix Fietkau2010-07-211-0/+9
| | | | | | (including modules) in a tarball git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a config option for enabling kernel debugging symbolsFelix Fietkau2010-07-211-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ipv6 support for packages by defaultFelix Fietkau2010-07-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZENicolas Thill2010-05-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buildsystem: rearrange main config options, reorder, move stripping items to ↵Nicolas Thill2010-04-281-245/+237
| | | | | | a "Stripping options" subsection, git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZNicolas Thill2010-04-281-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is ↵Nicolas Thill2010-04-281-2/+0
| | | | | | selected or not git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add "patented"-build flag to allow packages being with and without patented ↵Mirko Vogt2010-04-201-1/+8
| | | | | | technology git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* select LZMA compressed initramfs by default for ramipsGabor Juhos2010-03-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT ↵Felix Fietkau2010-02-241-7/+0
| | | | | | was added git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-111-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a config item to specify arguments to stripNicolas Thill2010-01-221-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for building ubifs images.Lars-Peter Clausen2010-01-111-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable stripping when compiling with debug info (closes: #6373)Florian Fainelli2009-12-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18885 3c298f89-4303-0410-b956-a3cf2f4a3e73