summaryrefslogtreecommitdiffstats
path: root/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Config.in: expose symbols specific to lxc in separate itemluka2013-05-171-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵nbd2013-05-091-13/+11
| | | | | | | | support mandatory - fixes recursive config symbol dependency issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Config.in: update options for cgroups and namespacesluka2013-05-031-117/+250
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36539 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Config.in: fix formatingluka2013-05-031-11/+11
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add a CONFIG_MODULES symbol for compatibility with kernel menuconfignbd2013-04-171-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: consistently use 'depends on' instead of 'depends'nbd2013-04-171-39/+39
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buildroot: enable software floating point for MIPS64 targetsflorian2013-04-091-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buildroot: allow enabling MIPS16 user-space buildflorian2013-04-051-0/+11
| | | | | | | | | | | Enabling MIPS16 is made conditional on advertising the "mips16" feature for a specific target since it requires support from the CPU (HAS_MIPS16) and the actual use of MIPS16 for building packages (USE_MIPS16). Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove the BROKEN dependency on the kernel export symbol stripnbd2013-03-101-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2013-02-22nbd2013-02-231-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] allow using sstrip with muslflorian2013-01-291-1/+0
| | | | | | | | There was no particular reason for it to be disabled so allow it. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: fix the strip default for muslnbd2013-01-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35389 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: turn on kallsyms and debug info by defaultnbd2013-01-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix enabling coredump support on 3.7+nbd2013-01-131-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a config option for direct i/o supportnbd2013-01-031-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: disable kernel export strip until it is fixednbd2012-12-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted spacejuhosg2012-12-021-1/+1
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] disable sstrip when using muslflorian2012-11-291-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: Add TARGET_ROOTFS_RESERVED_PCT option to reduce wasted spacejuhosg2012-11-291-0/+7
| | | | | | | | | | | | | | | | | | | | The genext2fs tool will 'reserve' 5% of the image size by default, apparently by creating a huge lost+found directory. In fact it seemed to be much more than 5% in practice — I saw an image with 8MiB used, and recovered about 2MiB of it by deleting the 'empty' lost+found directory: /dev/loop0 48377 8482 37438 19% /mnt/spare # rmdir lost+found/ /dev/loop0 48377 6014 39906 14% /mnt/spare This makes it configurable, but leaves it at the genext2fs default of 5% for now. It should probably be changed to default to zero, but that can be a separate patch. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] hide C++ standard library selection behind INSTALL_LIBSTDCPPflorian2012-10-241-12/+13
| | | | | | | If our toolchain is not configured to support C++, it is pointless choosing a particular C++ standard library implementation. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33907 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: enable parallel build for uClibc, remove the obsolete ↵nbd2012-10-171-14/+0
| | | | | | TOOLCHAIN_PARALLEL config symbol git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Config.in: add Global Build options to enable cgroups and namespaces in the ↵jow2012-10-101-1/+148
| | | | | | kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33714 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove grub-legacynbd2012-10-071-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: add grub2 iso supportnbd2012-10-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: turn on package parallel builds by default and fix descriptions.nbd2012-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 armnbd2012-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 ↵nbd2012-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 offjow2012-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 ↵jow2012-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 ↵nbd2012-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 ↵nbd2012-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 dependencynbd2012-06-141-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix early printk compile on ARMmb2012-06-081-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: make tracing support configurablenbd2012-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+jogo2012-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 cpioblogic2012-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 supportjow2012-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 ↵nbd2011-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)nbd2011-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 lockdepnbd2011-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 supportnbd2011-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 ↵nbd2011-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 processblogic2011-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 sysrqnbd2011-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 supportnbd2011-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)nbd2011-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 switchingjow2011-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, ↵jow2011-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, tookaloz2011-01-241-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.25 supportkaloz2010-11-221-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24089 3c298f89-4303-0410-b956-a3cf2f4a3e73