- Sep 10, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37926
-
- Aug 28, 2013
-
-
Luka Perkov authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 37851
-
- Jul 29, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
-
- Jul 21, 2013
-
-
Felix Fietkau authored
kernel: add a new global config symbol for enabling rfkill support (can be enabled by default via target feature flag) Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37491
-
- Jul 16, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37367
-
- Jul 15, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 37358
-
- Jul 10, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37222
-
- Jul 03, 2013
-
-
Florian Fainelli authored
Newer kernels propose to trace system calls, add an option to allow just that. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 37146
-
- Jun 28, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37073
-
- Jun 27, 2013
-
-
Florian Fainelli authored
Allow building initramfs along with other types of filesystems. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 37050
-
- Jun 05, 2013
-
-
Jonas Gorski authored
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
-
- May 17, 2013
-
-
Luka Perkov authored
SVN-Revision: 36650
-
- May 09, 2013
-
-
Felix Fietkau authored
toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36594
-
- May 03, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 36539
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 36538
-
- Apr 17, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36352
-
Felix Fietkau authored
make the syntax more compatible with kernel menuconfig Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
-
- Apr 09, 2013
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36291
-
- Apr 05, 2013
-
-
Florian Fainelli authored
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
-
- Mar 10, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35935
-
- Feb 23, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35753
-
- Jan 29, 2013
-
-
Florian Fainelli authored
There was no particular reason for it to be disabled so allow it. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35405
-
Felix Fietkau authored
SVN-Revision: 35389
-
- Jan 21, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35285
-
- Jan 13, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35123
-
- Jan 03, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35001
-
- Dec 16, 2012
-
-
Felix Fietkau authored
SVN-Revision: 34726
-
- Dec 02, 2012
-
-
Gabor Juhos authored
Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34441
-
- Nov 29, 2012
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34427
-
Gabor Juhos authored
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
-
- Oct 24, 2012
-
-
Florian Fainelli authored
If our toolchain is not configured to support C++, it is pointless choosing a particular C++ standard library implementation. SVN-Revision: 33907
-
- Oct 17, 2012
-
-
Felix Fietkau authored
SVN-Revision: 33807
-
- Oct 10, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33714
-
- Oct 07, 2012
-
-
Felix Fietkau authored
SVN-Revision: 33640
-
Felix Fietkau authored
SVN-Revision: 33639
-
- Sep 28, 2012
-
-
Felix Fietkau authored
By default, this is only used when building with make -j. SVN-Revision: 33582
-
- Sep 20, 2012
-
-
Felix Fietkau authored
SVN-Revision: 33497
-
- Sep 15, 2012
-
-
Felix Fietkau authored
build: add a config option for passing the top-level make jobserver to packages that have parallel build enabled, significantly improves parallelization and gets rid of CPU overcommit during intra-package parallel builds SVN-Revision: 33414
-
- Aug 15, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33197
-
- Aug 13, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33154
-