Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target: split jffs2 NAND out of jffs2 | Jonas Gorski | 2013-06-05 | 1 | -0/+7 |
| | | | | | | | | | | | | Make jffs2_nand a separate option so this can be triggered without forcing jffs2 images for nor targets. Adds a new NAND_BLOCKSIZE variable that allows setting the generated layout in <page_size>:<block_size> pairs. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36860 | ||||
* | Config.in: expose symbols specific to lxc in separate item | Luka Perkov | 2013-05-17 | 1 | -0/+26 |
| | | | | SVN-Revision: 36650 | ||||
* | toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵ | Felix Fietkau | 2013-05-09 | 1 | -13/+11 |
| | | | | | | | | support mandatory - fixes recursive config symbol dependency issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36594 | ||||
* | Config.in: update options for cgroups and namespaces | Luka Perkov | 2013-05-03 | 1 | -117/+250 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36539 | ||||
* | Config.in: fix formating | Luka Perkov | 2013-05-03 | 1 | -11/+11 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36538 | ||||
* | build: add a CONFIG_MODULES symbol for compatibility with kernel menuconfig | Felix Fietkau | 2013-04-17 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36352 | ||||
* | build: consistently use 'depends on' instead of 'depends' | Felix Fietkau | 2013-04-17 | 1 | -39/+39 |
| | | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351 | ||||
* | buildroot: enable software floating point for MIPS64 targets | Florian Fainelli | 2013-04-09 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36291 | ||||
* | buildroot: allow enabling MIPS16 user-space build | Florian Fainelli | 2013-04-05 | 1 | -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> SVN-Revision: 36202 | ||||
* | kernel: remove the BROKEN dependency on the kernel export symbol strip | Felix Fietkau | 2013-03-10 | 1 | -1/+0 |
| | | | | SVN-Revision: 35935 | ||||
* | mac80211: update to wireless-testing 2013-02-22 | Felix Fietkau | 2013-02-23 | 1 | -0/+3 |
| | | | | SVN-Revision: 35753 | ||||
* | allow using sstrip with musl | Florian Fainelli | 2013-01-29 | 1 | -1/+0 |
| | | | | | | | | There was no particular reason for it to be disabled so allow it. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35405 | ||||
* | build: fix the strip default for musl | Felix Fietkau | 2013-01-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 35389 | ||||
* | kernel: turn on kallsyms and debug info by default | Felix Fietkau | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35285 | ||||
* | kernel: fix enabling coredump support on 3.7+ | Felix Fietkau | 2013-01-13 | 1 | -0/+4 |
| | | | | SVN-Revision: 35123 | ||||
* | kernel: add a config option for direct i/o support | Felix Fietkau | 2013-01-03 | 1 | -0/+4 |
| | | | | SVN-Revision: 35001 | ||||
* | build: disable kernel export strip until it is fixed | Felix Fietkau | 2012-12-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 34726 | ||||
* | Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space | Gabor Juhos | 2012-12-02 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34441 | ||||
* | disable sstrip when using musl | Florian Fainelli | 2012-11-29 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34427 | ||||
* | build: Add TARGET_ROOTFS_RESERVED_PCT option to reduce wasted space | Gabor Juhos | 2012-11-29 | 1 | -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> SVN-Revision: 34408 | ||||
* | hide C++ standard library selection behind INSTALL_LIBSTDCPP | Florian Fainelli | 2012-10-24 | 1 | -12/+13 |
| | | | | | | | If our toolchain is not configured to support C++, it is pointless choosing a particular C++ standard library implementation. SVN-Revision: 33907 | ||||
* | toolchain: enable parallel build for uClibc, remove the obsolete ↵ | Felix Fietkau | 2012-10-17 | 1 | -14/+0 |
| | | | | | | TOOLCHAIN_PARALLEL config symbol SVN-Revision: 33807 | ||||
* | Config.in: add Global Build options to enable cgroups and namespaces in the ↵ | Jo-Philipp Wich | 2012-10-10 | 1 | -1/+148 |
| | | | | | | kernel SVN-Revision: 33714 | ||||
* | x86: remove grub-legacy | Felix Fietkau | 2012-10-07 | 1 | -0/+1 |
| | | | | SVN-Revision: 33640 | ||||
* | x86: add grub2 iso support | Felix Fietkau | 2012-10-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 33639 | ||||
* | build: turn on package parallel builds by default and fix descriptions. | Felix Fietkau | 2012-09-28 | 1 | -15/+12 |
| | | | | | | By default, this is only used when building with make -j. SVN-Revision: 33582 | ||||
* | kernel: enable perf events when enabling profiling, fixes oprofile on arm | Felix Fietkau | 2012-09-20 | 1 | -0/+5 |
| | | | | SVN-Revision: 33497 | ||||
* | build: add a config option for passing the top-level make jobserver to ↵ | Felix Fietkau | 2012-09-15 | 1 | -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 off | Jo-Philipp Wich | 2012-08-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 33197 | ||||
* | introduce a menuconfig option to turn off static linking of host utilities | Jo-Philipp Wich | 2012-08-13 | 1 | -0/+7 |
| | | | | SVN-Revision: 33154 | ||||
* | config: tag parallel build options with high build breakage probability with ↵ | Felix Fietkau | 2012-06-30 | 1 | -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 Fietkau | 2012-06-14 | 1 | -0/+15 |
| | | | | | | and add uclibc++.mk to make this easy to handle in packages SVN-Revision: 32369 | ||||
* | Config.in: remove obsolete dependency | Felix Fietkau | 2012-06-14 | 1 | -1/+0 |
| | | | | SVN-Revision: 32366 | ||||
* | Fix early printk compile on ARM | Michael Büsch | 2012-06-08 | 1 | -0/+6 |
| | | | | SVN-Revision: 32130 | ||||
* | kernel: make tracing support configurable | Felix Fietkau | 2012-06-06 | 1 | -0/+9 |
| | | | | SVN-Revision: 32085 | ||||
* | make xz ramdisk images also available for 2.6.39+ | Jonas Gorski | 2012-04-18 | 1 | -1/+1 |
| | | | | | | 2.6.38 isn't the only kernel supporting it. SVN-Revision: 31343 | ||||
* | define external cpio | John Crispin | 2012-04-05 | 1 | -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 support | Jo-Philipp Wich | 2012-01-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 29633 | ||||
* | kernel: enable magic sysrq by default, it does not add much to the kernel ↵ | Felix Fietkau | 2011-12-22 | 1 | -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 Fietkau | 2011-11-29 | 1 | -0/+4 |
| | | | | SVN-Revision: 29353 | ||||
* | kernel: add a top level menuconfig option for enabling lockdep | Felix Fietkau | 2011-11-08 | 1 | -0/+5 |
| | | | | SVN-Revision: 28848 | ||||
* | kernel: add a top level menuconfig option for enabling core dump support | Felix Fietkau | 2011-11-04 | 1 | -0/+4 |
| | | | | SVN-Revision: 28744 | ||||
* | build system: add a feature that allows you to pull sources from a git tree ↵ | Felix Fietkau | 2011-10-09 | 1 | -0/+8 |
| | | | | | | instead of the usual tarball SVN-Revision: 28394 | ||||
* | add menuconfig option to enable log files during build process | John Crispin | 2011-07-03 | 1 | -0/+5 |
| | | | | SVN-Revision: 27403 | ||||
* | add a kernel config option for magic sysrq | Felix Fietkau | 2011-03-17 | 1 | -0/+4 |
| | | | | SVN-Revision: 26214 | ||||
* | fix wrong copy&paste in the helptext for kernel AIO support | Felix Fietkau | 2011-02-27 | 1 | -2/+0 |
| | | | | SVN-Revision: 25772 | ||||
* | kernel: make AIO support configurable (disabled by default) | Felix Fietkau | 2011-02-27 | 1 | -0/+6 |
| | | | | SVN-Revision: 25769 | ||||
* | prepare support for libiconv, libintl stub/full switching | Jo-Philipp Wich | 2011-02-02 | 1 | -0/+7 |
| | | | | SVN-Revision: 25302 | ||||
* | remove support for disabling large file support, it is broken, breaks ↵ | Jo-Philipp Wich | 2011-01-28 | 1 | -7/+0 |
| | | | | | | compatibility to anything and has no effect on most packages SVN-Revision: 25208 | ||||
* | 2.6.38 supports xz ramdisks, too | Imre Kaloz | 2011-01-24 | 1 | -0/+4 |
| | | | | SVN-Revision: 25080 |