- Feb 27, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48809
-
- Feb 01, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48608
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48594
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48593
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48592
-
- Jan 31, 2016
-
-
Felix Fietkau authored
The --mtime argument to 'tar' sets the modification time for all files within the archive, which determines the timestamp files will get when they are extracted. In this case, rootfs and other tarballs will get mtimes which correspond to the last commit timestamp of the build system, as reported by git/subversion. This is a step towards reproducible image builds. Signed-off-by:
bryan newbold <bnewbold@robocracy.org> Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48586
-
Felix Fietkau authored
SOURCE_DATE_EPOCH is the date of the last modified file using git/svn as date source. See https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48584
-
Felix Fietkau authored
date -r $unix_timestamp on bsd is equal to date -d @$unix_timestamp on linux. To support reproducible builds and not loosing every timestamp it's required to convert a unix timestamp into human readable timestamp ./scripts/portable_date $unix_timstamp +%T Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 48583
-
- Jan 24, 2016
-
-
Jo-Philipp Wich authored
This is useful to just use the kmods from an official build while supplying base packages from a custom feed or the other way around; for just overriding the kmods with a local repo while using official repos for the rest. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48475
-
- Jan 17, 2016
-
-
Felix Fietkau authored
The Apache Software Foundation offers diverse download mirros. For packaging Apache software a new alias @APACHE is defined. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de> SVN-Revision: 48270
-
- Jan 16, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48259
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48253
-
- Jan 10, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48170
-
- Dec 10, 2015
-
-
Felix Fietkau authored
Cleanup the @GNOME source download location definitions: * remove dead and stale mirrors * adjust to changes at directory structure * add one new working mirror Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47825
-
- Nov 22, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47591
-
- Nov 13, 2015
-
-
Felix Fietkau authored
Use similar approach as r47461 to reduce output for busybox config. Since r39435 CONFIG_BUSYBOX_CUSTOM=y has caused the addition of all ~260 busybox config options to the diffconfig output even if only one option has been changed. This patch eliminates the unchanged busybox config options from the output and leaves only the actually modified options. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47463
-
- Nov 12, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47461
-
- Nov 03, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47372
-
- Nov 02, 2015
-
-
Felix Fietkau authored
These are from today's master branch of: http://git.savannah.gnu.org/gitweb/?p=config.git;a=tree In particular it adds support for ARC architecture plus some more improvements and fixes. This patch is built-tested against NetGear WNDR3800. Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com> Cc: Florian Fainelli <florian@openwrt.org> Cc: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 47360
-
John Crispin authored
In perl version v5.22, use of unescaped opening braces is deprecated Signed-off-by:
Javier Domingo Cansino <javierdo1@gmail.com> SVN-Revision: 47342
-
- Oct 30, 2015
-
-
Felix Fietkau authored
This change adds support for specifying a build ID for kernel modules. This is done by setting PKG_BUILD_ID to a hexadecimal string, which will then be passed to the kernel linker. In addition, when this flag is set, the build ID debug symbol (.note.gnu.build-id) will not be stripped from the kernel module. This symbol is exported in sysfs by the kernel (if the kernel is compiled with CONFIG_KALLSYMS) and so can be used to uniquely identify a version of a kernel module in a running kernel. This is useful for keeping track of different versions of a module when doing experiments and development. Modules that specify the build ID will be ~100 bytes larger (depending on the length of the build ID specified). There is no size difference for kernel modules that do not set this variable. Signed-off-by:
Toke Høiland-Jørgensen <toke@toke.dk> SVN-Revision: 47290
-
- Oct 07, 2015
-
-
Michael Büsch authored
SVN-Revision: 47157
-
Michael Büsch authored
SVN-Revision: 47156
-
- Sep 14, 2015
-
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 46928
-
John Crispin authored
The u-boot on Open Mesh devices checks the whole transfered image against a md5sum. This is stored inside the option filemd5sum inside the fwupgrade.cfg. The bootloader will not check it when this setting is missing and could therefore write invalid images to the flash. Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 46925
-
- Sep 11, 2015
-
-
Hauke Mehrtens authored
kernel.org now suggests a different mirror address. this one also support IPv6 connections and was faster for me. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46875
-
Felix Fietkau authored
prevent name:uid leaks of build system Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46863
-
Felix Fietkau authored
several packages reported different file order between builds make binutils, kmod-sched reproducible Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46859
-
- Sep 04, 2015
-
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46784
-
- Aug 25, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46723
-
- Aug 23, 2015
-
-
Jonas Gorski authored
Add a switch to scripts/feeds that allows listing the feeds with their currently checked out revisions in feeds.conf compatible format. This allows providing a feeds.conf for public builds to make replication of the build easier. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46706
-
- Jul 25, 2015
-
-
Jonas Gorski authored
This tool avoids generating the redboot script directly from Makefile, which can get really complicated when adapting image/Makefile to the new IB system. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46488
-
- Jul 15, 2015
-
-
Felix Fietkau authored
go to the $TOPDIR directory before trying to extract a git/svn timestamp Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46383
-
- Jul 14, 2015
-
-
Jo-Philipp Wich authored
This patch is a modified version of the patch being discussed at here: https://patchwork.ozlabs.org/patch/471303/ from Martin Strbacka <martin.strbacka@nic.cz> My version modifies scripts/feeds so that an error with one of the feeds just raises the error flag, but script continues and tries to update the other feeds. After all feeds have been updated, the script returns 1 if at least one feed failed, and 0 on success with all feeds. The user can then utilise the status in his build script, if he wants. signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 46374
-
John Crispin authored
according to gcc, UCLIBC_DYNAMIC_LINKER64 Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46362
-
John Crispin authored
As a follow-up to r46026, this commit sets the modification times of files inside the tarballs to deterministic values. It uses the date of the last git or svn commit and falls back to the old behavior if those are not available. Signed-off-by:
Reiner Herrmann <reiner@reiner-h.de> SVN-Revision: 46360
-
- Jul 07, 2015
-
-
Steven Barth authored
Can be helpful in diagnosing unexpected package overlaps between feeds/core. Signed-off-by:
Karl Palsson <karlp@remake.is> SVN-Revision: 46255
-
- Jun 24, 2015
-
-
Steven Barth authored
lookup_target was trampling the $feed variable, resulting in the -p flag no longer preferentially installing from the named feed. Make sure to use a local variable for this instead. Signed-off-by:
Karl Palsson <karlp@remake.is> SVN-Revision: 46120
-
- Jun 18, 2015
-
-
Felix Fietkau authored
When creating control.tar.gz, data.tar.gz and $package.ipk tar compresses them with default gzip options. This includes build timestamps in their gzip headers. By setting the GZIP env variable to -n, gzip no longer embeds them, which is a step towards reproducibility. See also [1] for more detailed motivations. [1]: https://wiki.debian.org/ReproducibleBuilds/About Signed-off-by:
Reiner Herrmann <reiner@reiner-h.de> SVN-Revision: 46026
-
- May 28, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45808
-