- May 05, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45614
-
- Apr 06, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45286
-
- Apr 01, 2015
-
-
John Crispin authored
Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45212
-
- Mar 29, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45113
-
- Mar 28, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45084
-
- Mar 26, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45005
-
- Mar 24, 2015
-
-
Jo-Philipp Wich authored
This changes the x86 image generation to match x86_64, using the PARTUUID for the rootfs instead of explicitly configuring the device. It unbreaks KVM with VirtIO, which uses /dev/vda2 instead of /dev/sda2. Tested in QEMU/KVM with VirtIO, VirtualBox and VMware. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44966
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965
-
- Mar 21, 2015
-
-
John Crispin authored
These kernel options are all likely to be widely useful in this modern age, but are immediately useful for systemd support. c.f. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?&view=markup#l118 Adapted from a patch by Adam Porter. Signed-off-by:
Jeff Waugh <jdub@bethesignal.org> SVN-Revision: 44929
-
- Mar 18, 2015
-
-
John Crispin authored
Adds menuconfig options for ftrace function tracers Signed-off-by:
Bryan Forbes <bryan@reigndropsfall.net> SVN-Revision: 44878
-
- Mar 16, 2015
-
-
Jonas Gorski authored
Split out kmods from ALL to make it easier to create local builds that are compatible kmod-wise with releases. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44830
-
- Mar 15, 2015
-
-
John Crispin authored
This is needed by many services to function properly and as all modern distributions got it enabled, it starts to be a de-facto standard, i.e. user-space starts to silently depend on it. This also pulls in EXPORTFS, however, the kernel binary size increases only a little. On ARM systems comes down to 800 bytes uncompressed and about 200 bytes compressed size. On MIPS systems it's about 1.2 kB size increase of the LZMA compressed kernel. v2: use menuconfig option instead of just enabling the option Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44765
-
- Mar 12, 2015
-
-
John Crispin authored
It's the eglibc packaging with a bit of spit-polishing. And testing. :-) [blogic: merged glibc and eglibc into 1 and made eglibc a glibc variant] Signed-off-by:
Jeff Waugh <jdub@bethesignal.org> Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44701
-
- Feb 11, 2015
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44397
-
- Feb 06, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44287
-
- Feb 05, 2015
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44258
-
- Jan 28, 2015
-
-
John Crispin authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44163
-
- Jan 17, 2015
-
-
John Crispin authored
Introduce configuration options to build an "hardened" OpenWRT. Options to enable Stack-Smashing Protection, FORTIFY_SOURCE and RELRO have been introduced. uClibc makefile now automatically detects if SSP support is necessary. hostapd makefile has been fixed to use "^" as sed separator since using a comma was problematic when using "-Wl,-z,now" and the like in TARGET_CFLAGS. Currently enabling SSP on user space depends on enabling SSP kernel side, this is due to the fact that TARGET_CFLAGS are used to build kernel modules (at least). Suggestions on how to avoid this are welcome. Using "select" instead of "depends on" doesn't seem to work with choice entries. Tested with a lantiq (WBMR) router, GCC 4.8, uClibc and a subset of the available packages. Needs to be tested with GCC 4.9 and the remaining packages. PIE not currently included. Signed-off-by:
Alessandro Di Federico <ale+owrt@clearmind.me> SVN-Revision: 44005
-
- Jan 16, 2015
-
-
Rafał Miłecki authored
It's useful for debugging and safe at the same time as we enable it per device. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43980
-
- Jan 08, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43888
-
- Dec 07, 2014
-
-
John Crispin authored
Signed-off-by:
Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 43542
-
- Oct 27, 2014
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43086
-
- Sep 13, 2014
-
-
Hauke Mehrtens authored
This patch completes missing help text for some options under CONFIG_DEVEL. Provides help for BINARY_FOLDER and DOWNLOAD_FOLDER, and reduces ambiguity in the help for BUILD_SUFFIX with an example. Signed-off-by:
Andrew McDonnell <bugs@andrewmcdonnell.net> SVN-Revision: 42520
-
Hauke Mehrtens authored
Non-functional changes to config/Config-*.in files, including: * spelling mistakes * inconsistent terminology * grammar * overly long lines in "help" components Signed-off-by:
Robert P. J. Day <rpjday@crashcourse.ca> SVN-Revision: 42519
-
- Sep 10, 2014
-
-
Luka Perkov authored
This option will be enabled by default only when cgroups support is enabled. Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42464
-
- Aug 25, 2014
-
-
John Crispin authored
The idea is still to enable it by default at some point I've tested all ar71xx packages (except oldpackages) using CONFIG_ALL=y Failing packages have been marked with PKG_CHECK_FORMAT_SECURITY:=0 for now I can test more targets but i have no idea which are the most used Signed-off-by:
Etienne CHAMPETIER <champetier.etienne@gmail.com> SVN-Revision: 42282
-
- Jul 20, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41764
-
Felix Fietkau authored
x86: remove the arbitrary limitation of vmware/virtualbox images to ext4, select TARGET_IMAGES_PAD instead Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41763
-
- Jun 24, 2014
-
-
John Crispin authored
http://patchwork.openwrt.org/patch/5686/ Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41329
-
- Jun 12, 2014
-
-
Steven Barth authored
SVN-Revision: 41153
-
- Jun 06, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41030
-
- Jun 02, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40981
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40979
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 40951
-
John Crispin authored
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
-
John Crispin authored
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
-
John Crispin authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 40926
-
John Crispin authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 40925
-
John Crispin authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 40924
-
John Crispin authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 40923
-