summaryrefslogtreecommitdiffstats
path: root/scripts/sysupgrade-nand.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: rename sysupgrade-nand to sysupgrade-tarJo-Philipp Wich2016-07-291-73/+0
| | | | | | | Now that the "sysupgrade-nand" step is used by non-NAND targets as well, rename it to "sysupgrade-tar" to make it more generic. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* build system: have tar use $SOURCE_DATE_EPOCH for --mtimeFelix Fietkau2016-01-311-1/+6
| | | | | | | | | | | | | | | | 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
* build: add a build step for generic sysupgrade nand imageJonas Gorski2015-09-041-0/+68
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46784