summaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Collapse)Author
2010-11-22remove 2.6.25 supportkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22switch from ext2 to ext4 (w/o) journalingkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02make the display support feature flag selectablenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05as we only support 2.6, remove the useless bool for itkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-03optionally support parallel toolchain build. This defaults to off, because ↵mb
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
2010-09-15Add support for enabling early printk.mb
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
2010-08-20Add an option to default the default build rule to parallel build.mb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22737 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-18Support parallel build of certain packagesmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22696 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-01fix typonico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22453 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-21add a build system option for collecting all kernel debug information ↵nbd
(including modules) in a tarball git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22327 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-21add a config option for enabling kernel debugging symbolsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-13enable ipv6 support for packages by defaultnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-05images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZEnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28buildsystem: rearrange main config options, reorder, move stripping items to ↵nico
a "Stripping options" subsection, git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is ↵nico
selected or not git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21237 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20add "patented"-build flag to allow packages being with and without patented ↵mirko
technology git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-31select LZMA compressed initramfs by default for ramipsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT ↵nbd
was added git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11with no users left, remove support for 2.6.21kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-22add a config item to specify arguments to stripnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-11Add support for building ubifs images.lars
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-27remove handling of older unsupported kernelskaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-22partially revert [18830]: stripped packages are still usefull when debugging ↵florian
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
2009-12-22disable stripping when compiling with debug info (closes: #6373)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-18partially revert [18830]: stripped packages are still usefull when debugging ↵nico
with gdbserver, update CONFIG_DEBUG description and disable sstrip when CONFIG_DEBUG is selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-18disable stripping when compiling with debug info (closes: #6373)nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-21make lzo compressed initramfs selectable, tookaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵nbd
toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23[toolchain] add external toolchain support, enhance native toolchain support ↵nico
(special thanks to Luigi Mantellini for his help... and patience ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10prepare for upcoming external toolchain support: move config items not ↵nico
strictly toolchain related out of the toolchain submenu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-08add menuconfig option for enabling debugfs support in the kerneljuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-06do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging ↵nbd
symbols can be useful even if they are not put on the device (e.g. remote cross-gdb) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16add menuconfig option for selecting initramfs compressionjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08add an optional config option for stripping all unnecessary symbol exports ↵nbd
from the kernel image git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08integrate mklibs.py support into the build processnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25[package] globally define IPv6 support or not in OpenWrt, just like for ↵florian
largefiles, ipv6 disabled by default (#4857) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07add a config option to select the binary stripping method to use (between ↵nico
none, strip & sstrip) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-18Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-targethcg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14939 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-20add the possibility to put the rootfs to another locationralph
(usefull to specify one dedicated NFS export share regardless where in the compute farm the build is done) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-29Add menuconfig option for enabling profiling in the kernel.lars
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-20add a menuconfig option for enabling KALLSYMS for the kernelnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-13add support for an optional staging directory for debug binariesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-13clean up build system settings and make some of them more accessiblenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14017 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-10Adds support for using a local clone of a git treehcg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-13fix build options in menuconfig:nico
- move EXTERNAL_KERNEL_TREE & NO_STRIP from DEVEL to BUILDOPTS - remove BUILDSYSTEM_SETTINGS and move DOWNLOAD_FOLDER to DEVEL git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-13add new option for enabling debugging symbolsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-10adds missing patch for native toolchainblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-12Update size and inodes of grup imageryd
Enlarge default size of grup image for X and other packages. OLPC also use this grup image. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29add feature flag for the cpio.gz supportjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10311 3c298f89-4303-0410-b956-a3cf2f4a3e73