summaryrefslogtreecommitdiffstats
path: root/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* branding: add LEDE brandingJohn Crispin2016-03-241-1/+1
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* scripts/config: sync with linux upstreamFelix Fietkau2015-01-081-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43873
* move menuconfig options into separate filesImre Kaloz2013-11-221-514/+6
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38895
* drop stupid defaultsImre Kaloz2013-11-221-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38894
* add a feature flag for device tree supportImre Kaloz2013-11-221-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38893
* allow configuration of the target directory for binariesImre Kaloz2013-11-221-0/+4
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38890
* Config.in: drop TARGET_UBIFS_SQUASH_UIDS, it's used by default nowLuka Perkov2013-11-141-6/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38800
* image: don't force ubifs journal sizeLuka Perkov2013-11-141-1/+1
| | | | | | | | | Small journal size can lead to problems if nand flash is too big. By default ubifs will use ~12% of volume size or a maximum of 8MiB. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38799
* buildroot: add lz4 initramfs compression optionFlorian Fainelli2013-10-251-0/+3
| | | | | | | | | LZ4 compression is now available with 3.12 kernels offer it as an option. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 38534
* buildroot: split Kernel config options to Config-kernel.inFlorian Fainelli2013-10-241-417/+1
| | | | | | | | | The number of Linux kernel related config options has become quite big over the past few months, they deserve their own Config-kernel.in file. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 38524
* Config.in: add more options when it comes to including kernel image into rootfsLuka Perkov2013-10-231-1/+25
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38517
* build: drop FIT option until we actually need itLuka Perkov2013-10-171-9/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38439
* build: add menuconfig option for building FIT imagesLuka Perkov2013-10-161-0/+9
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38431
* build: extend menu with few ubifs optionsLuka Perkov2013-10-041-1/+35
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38303
* build: enable MIPS16 again, but make it depend on !gcc-4.6Felix Fietkau2013-09-101-0/+2
| | | | | | | | gcc 4.6 miscompiles hostapd with mips16, on gcc 4.8 it works Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37932
* Revert "build: enable MIPS16 by default if available"Felix Fietkau2013-09-101-1/+0
| | | | | | | | This reverts commit r37926. It seems to trigger some weird issues in hostapd that should be investigated first SVN-Revision: 37928
* build: enable MIPS16 by default if availableFelix Fietkau2013-09-101-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37926
* Config.in: improve wording for kernel/DT inclusion flagsLuka Perkov2013-08-281-4/+6
| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 37851
* build: unify target independent optimization optionsFelix Fietkau2013-07-291-0/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
* kernel: add a new global config symbol for enabling rfkill support (can be ↵Felix Fietkau2013-07-211-0/+4
| | | | | | | | enabled by default via target feature flag) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37491
* Config.in: fix depends syntaxFelix Fietkau2013-07-161-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37367
* Config.in: add options for putting kernel and dtb in rootfsLuka Perkov2013-07-151-0/+14
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37358
* Config.in: remove duplicate KERNEL_PERF_EVENTS symbolFelix Fietkau2013-07-101-4/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37222
* kernel: add KERNEL_FTRACE_SYSCALLS optionFlorian Fainelli2013-07-031-0/+5
| | | | | | | | | 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
* kernel: add global menuconfig option to enable kexec supportFelix Fietkau2013-06-281-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37073
* include/image.mk: do not make initramfs build exclusiveFlorian Fainelli2013-06-271-6/+2
| | | | | | | | Allow building initramfs along with other types of filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37050
* target: split jffs2 NAND out of jffs2Jonas Gorski2013-06-051-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 itemLuka Perkov2013-05-171-0/+26
| | | | SVN-Revision: 36650
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵Felix Fietkau2013-05-091-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 namespacesLuka Perkov2013-05-031-117/+250
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36539
* Config.in: fix formatingLuka Perkov2013-05-031-11/+11
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36538
* build: add a CONFIG_MODULES symbol for compatibility with kernel menuconfigFelix Fietkau2013-04-171-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36352
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-171-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 targetsFlorian Fainelli2013-04-091-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36291
* buildroot: allow enabling MIPS16 user-space buildFlorian Fainelli2013-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> SVN-Revision: 36202
* kernel: remove the BROKEN dependency on the kernel export symbol stripFelix Fietkau2013-03-101-1/+0
| | | | SVN-Revision: 35935
* mac80211: update to wireless-testing 2013-02-22Felix Fietkau2013-02-231-0/+3
| | | | SVN-Revision: 35753
* allow using sstrip with muslFlorian Fainelli2013-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> SVN-Revision: 35405
* build: fix the strip default for muslFelix Fietkau2013-01-291-1/+1
| | | | SVN-Revision: 35389
* kernel: turn on kallsyms and debug info by defaultFelix Fietkau2013-01-211-2/+2
| | | | SVN-Revision: 35285
* kernel: fix enabling coredump support on 3.7+Felix Fietkau2013-01-131-0/+4
| | | | SVN-Revision: 35123
* kernel: add a config option for direct i/o supportFelix Fietkau2013-01-031-0/+4
| | | | SVN-Revision: 35001
* build: disable kernel export strip until it is fixedFelix Fietkau2012-12-161-0/+1
| | | | SVN-Revision: 34726
* Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted spaceGabor Juhos2012-12-021-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 muslFlorian Fainelli2012-11-291-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34427
* build: Add TARGET_ROOTFS_RESERVED_PCT option to reduce wasted spaceGabor Juhos2012-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> SVN-Revision: 34408
* hide C++ standard library selection behind INSTALL_LIBSTDCPPFlorian Fainelli2012-10-241-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 Fietkau2012-10-171-14/+0
| | | | | | TOOLCHAIN_PARALLEL config symbol SVN-Revision: 33807
* Config.in: add Global Build options to enable cgroups and namespaces in the ↵Jo-Philipp Wich2012-10-101-1/+148
| | | | | | kernel SVN-Revision: 33714
* x86: remove grub-legacyFelix Fietkau2012-10-071-0/+1
| | | | SVN-Revision: 33640