aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
* disable stripping when compiling with debug info (closes: #6373)Nicolas Thill2009-12-181-0/+2
| | | | SVN-Revision: 18830
* make lzo compressed initramfs selectable, tooImre Kaloz2009-11-211-0/+3
| | | | SVN-Revision: 18457
* Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵Felix Fietkau2009-11-141-0/+1
| | | | | | | | toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> SVN-Revision: 18419
* add external toolchain support, enhance native toolchain support (special ↵Nicolas Thill2009-09-231-2/+2
| | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682
* prepare for upcoming external toolchain support: move config items not ↵Nicolas Thill2009-09-101-0/+39
| | | | | | strictly toolchain related out of the toolchain submenu SVN-Revision: 17560
* add menuconfig option for enabling debugfs support in the kernelGabor Juhos2009-09-081-0/+10
| | | | SVN-Revision: 17540
* do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging ↵Felix Fietkau2009-09-061-2/+0
| | | | | | symbols can be useful even if they are not put on the device (e.g. remote cross-gdb) SVN-Revision: 17532
* add menuconfig option for selecting initramfs compressionGabor Juhos2009-08-161-12/+37
| | | | SVN-Revision: 17283
* add an optional config option for stripping all unnecessary symbol exports ↵Felix Fietkau2009-08-081-0/+8
| | | | | | from the kernel image SVN-Revision: 17181
* integrate mklibs.py support into the build processFelix Fietkau2009-08-081-0/+8
| | | | SVN-Revision: 17173
* globally define IPv6 support or not in OpenWrt, just like for largefiles, ↵Florian Fainelli2009-07-251-0/+7
| | | | | | ipv6 disabled by default (#4857) SVN-Revision: 16983
* add a config option to select the binary stripping method to use (between ↵Nicolas Thill2009-07-071-5/+30
| | | | | | none, strip & sstrip) SVN-Revision: 16728
* Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-targetHamish Guthrie2009-03-181-1/+1
| | | | SVN-Revision: 14939
* add the possibility to put the rootfs to another location (usefull to ↵Ralph Hempel2009-02-201-0/+8
| | | | | | specify one dedicated NFS export share regardless where in the compute farm the build is done) SVN-Revision: 14577
* Add menuconfig option for enabling profiling in the kernel.Lars-Peter Clausen2009-01-291-0/+6
| | | | SVN-Revision: 14272
* add a menuconfig option for enabling KALLSYMS for the kernelFelix Fietkau2009-01-201-0/+8
| | | | SVN-Revision: 14122
* add support for an optional staging directory for debug binariesFelix Fietkau2009-01-131-0/+7
| | | | SVN-Revision: 14018
* clean up build system settings and make some of them more accessibleFelix Fietkau2009-01-131-35/+32
| | | | SVN-Revision: 14017
* Adds support for using a local clone of a git treeHamish Guthrie2008-10-101-0/+20
| | | | SVN-Revision: 12941
* fix build options in menuconfig: - move EXTERNAL_KERNEL_TREE & NO_STRIP from ↵Nicolas Thill2008-09-131-9/+7
| | | | | | DEVEL to BUILDOPTS - remove BUILDSYSTEM_SETTINGS and move DOWNLOAD_FOLDER to DEVEL SVN-Revision: 12592
* add new option for enabling debugging symbolsFelix Fietkau2008-09-131-4/+12
| | | | SVN-Revision: 12591
* adds missing patch for native toolchainJohn Crispin2008-06-101-0/+4
| | | | SVN-Revision: 11425
* Update size and inodes of grup imageJens Muecke2008-05-121-2/+2
| | | | | | | | Enlarge default size of grup image for X and other packages. OLPC also use this grup image. SVN-Revision: 11124
* add feature flag for the cpio.gz supportGabor Juhos2008-01-291-1/+1
| | | | SVN-Revision: 10311
* remove old feeds stuffFelix Fietkau2007-12-281-13/+0
| | | | SVN-Revision: 9991
* add cpio.gz support (patch from #2595)Felix Fietkau2007-12-281-0/+7
| | | | SVN-Revision: 9986
* fix rootfs size selectionFelix Fietkau2007-12-201-1/+1
| | | | SVN-Revision: 9808
* add external kernel tree supportEugene Konev2007-11-201-0/+5
| | | | SVN-Revision: 9584
* add possibility to set default .config valuesJohn Crispin2007-10-141-0/+9
| | | | SVN-Revision: 9300
* added generation of x86 livecds, from #2391John Crispin2007-10-081-0/+7
| | | | SVN-Revision: 9191