summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* x86: add back a line accidentally removed in r41763Felix Fietkau2014-07-201-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41764
* x86: remove the arbitrary limitation of vmware/virtualbox images to ext4, ↵Felix Fietkau2014-07-201-3/+2
| | | | | | | | select TARGET_IMAGES_PAD instead Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41763
* config/Config-images.in: enable zlib as the default ubi compressionJohn Crispin2014-06-241-1/+1
| | | | | | | | http://patchwork.openwrt.org/patch/5686/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41329
* Disable crashlog for UMLSteven Barth2014-06-121-1/+1
| | | | SVN-Revision: 41153
* kernel: fix duplicate KERNEL_PERF_EVENTS with wrong dependencyFelix Fietkau2014-06-061-4/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41030
* build: set default squashfs block size to 64k for low-memory systemsFelix Fietkau2014-06-021-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40981
* build: make the squashfs block size configurableFelix Fietkau2014-06-021-1/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40979
* config/Config-images.in: the ext4 series introduced a regressionJohn Crispin2014-06-021-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40951
* include: Allow git kernel branch selectionJohn Crispin2014-06-021-0/+18
| | | | | | | | | This allows the selection of a specific branch in the menuconfig when using a kernel downloaded from GIT. Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 40946
* config: Remove KERNEL_GIT_LOCAL_REPOSITORY optionJohn Crispin2014-06-021-8/+0
| | | | | | | | | | | | | | | | | | | | The GIT_LOCAL_REPOSITORY option adds the --reference argument to the git clone kernel command line, if KERNEL_GIT_CLONE_URI is set. This option is intended to speed-up the repo creation by using local objets rather than downloading it. However, a local repo can be cloned much faster by setting GIT_LOCAL_REPOSITORY directly to the local tree. In that case, git clone will bypass the normal "git aware" transport mechanism and clone the repository by copying and hardlinking objects rather than downloading it, resulting in a significant speed increase. That makes the GIT_LOCAL_REPOSITORY option pretty useless so we'll just remove it and recommand the usage of KERNEL_GIT_CLONE_URI directly. Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 40944
* image: ext4: rename config options as these are only used for ext4 image ↵John Crispin2014-06-021-2/+2
| | | | | | | | creation Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 40926
* image: ext4: allow creation of a journaling filesystemJohn Crispin2014-06-021-0/+7
| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 40925
* image: ext4: allow to choose a block size for the rootfsJohn Crispin2014-06-021-0/+24
| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 40924
* image: ext4: move ext4 specific options into submenuJohn Crispin2014-06-021-15/+16
| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 40923
* kernel: add a config option for enabling /proc/slabinfoFelix Fietkau2014-05-251-0/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40858
* kernel: add a config option for /proc page monitoring (useful for detailed ↵Felix Fietkau2014-05-251-0/+3
| | | | | | | | memory usage info) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40855
* config: don't use /dev/vda2 for kvm guest, its not used since a long timeJo-Philipp Wich2014-05-131-2/+1
| | | | SVN-Revision: 40756
* sparse: add as a new package selectable from the configJohn Crispin2014-04-121-0/+4
| | | | | | | | | | | | | This change does multiple things, all related to enable sparse usage as a static analysis tool selectable from the OpenWrt configuration: *add a KERNEL_SPARSE option in the config to add sparse to the kernel build (through the C=1 option usage) *add sparse as a new host tools. It will get selected automatically when the above option will be enabled Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 40490
* make printk, crashlog and swap support configurableImre Kaloz2014-04-021-1/+14
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40361
* config: lxc: enable KERNEL_POSIX_MQUEUELuka Perkov2014-01-241-1/+1
| | | | | | | | | Recent lxc versions are not useful if this option is not enabled. That said, enable KERNEL_POSIX_MQUEUE by default when KERNEL_LXC_MISC is selected. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39385
* add x86_64 target supportImre Kaloz2014-01-071-3/+3
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39208
* virtualbox emulates the e1000 for a long time nowImre Kaloz2014-01-071-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39207
* move most of the x86 image generation options to the main fileImre Kaloz2014-01-071-1/+80
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39206
* config: add KERNEL_DYNAMIC_DEBUG optionLuka Perkov2013-12-091-0/+12
| | | | | | | | | Useful when debugging kernel which uses this infrastructure, for example ubi/ubifs. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39007
* move menuconfig options into separate filesImre Kaloz2013-11-224-0/+923
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38895