summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/upgrade/common.sh
Commit message (Expand)AuthorAgeFilesLines
* base-files: add syslog logging for v functionFlorian Eckert2021-06-201-0/+1
* base-files: upgrade: use zcat command provided by busyboxChuck Fan2021-06-201-1/+1
* busybox: disable bzip2Sergey Ponomarev2021-06-201-1/+0
* base-files: functions: introduce new helper functionsDaniel Golle2021-03-311-63/+58
* treewide: drop shebang from non-executable lib filesAdrian Schmutzler2021-01-291-2/+0
* base-files: read all 3 bytes in get_magic_vfat() at onceAdrian Schmutzler2021-01-071-1/+1
* x86/efi: add FAT32 esp mounting supportKagurazaka Kotori2021-01-031-1/+6
* base-files: flush kernel memory cache during sysupgradeHannu Nyman2020-12-221-0/+1
* base-files: upgrade: add get_image_dd()Yousong Zhou2020-11-111-0/+11
* base-files: upgrade: use stdin redirection to replace cat commandYousong Zhou2020-11-111-1/+1
* base-files: upgrade: add vn and variantsYousong Zhou2020-11-111-1/+13
* base-files: upgrade: log with date prefixYousong Zhou2020-11-111-1/+1
* base-files: remove block2mtd checks from sysupgradeFelix Fietkau2020-10-171-4/+0
* base-files: upgrade: fix indentJavier Marcet2020-05-081-2/+2
* base-files: ensure VERBOSE is setAlexander Couzens2020-04-211-1/+1
* treewide: convert sed -r to posix -EKevin Darbyshire-Bryant2020-04-041-1/+1
* x86: generate EFI platform bootable images李国2020-03-311-8/+54
* base-files: upgrade: add case to export_bootdeviceKlaus Kudielka2019-10-091-1/+13
* treewide: sysupgrade: use $UPGRADE_BACKUP to check for backupRafał Miłecki2019-09-111-1/+1
* treewide: use new procd sysupgrade $UPGRADE_BACKUP variableRafał Miłecki2019-09-051-1/+1
* treewide: don't hardcode "sysupgrade.tgz" file nameRafał Miłecki2019-09-051-0/+2
* base-files: pass "save_config" option to the "sysupgrade" methodRafał Miłecki2019-08-221-1/+1
* base-files: move stage2 upgrade to separated fileRafał Miłecki2019-07-111-22/+0
* base-files: drop support for NAND upgrade in platform_pre_upgrade()Rafał Miłecki2019-07-081-3/+1
* base-files: drop unused jffs2_copy_config()Rafał Miłecki2019-07-081-10/+0
* base-files: improve lib/upgrade/common.shKlaus Kudielka2019-05-111-13/+19
* base-files: sysupgrade: support additional mtd optionsDavid Bauer2019-01-261-2/+2
* base-files: fix several bashismsMichael Heimpold2018-12-051-1/+1
* treewide: consolidate upgrade state setMathias Kresin2018-08-161-0/+5
* base-files: exit if mtd write command fails during sysupgradeRafał Miłecki2018-06-181-0/+1
* base-files: sysupgrade: fix handing get_image unpack commandsMatthias Schiffer2018-06-111-6/+6
* base-files: don't evaluate block-device ueventDaniel Golle2018-02-131-4/+8
* base-files: quote values when evaluating ueventDaniel Golle2018-02-111-3/+2
* base-files: upgrade: make get_partitions() endian agnosticChristian Lamparter2017-12-081-5/+13
* base-files: automatically handle paths and symlinks for RAMFS_COPY_BINMatthias Schiffer2017-07-111-11/+16
* base-files: upgrade: correctly handle nand_do_upgrade argument passed from pr...Matthias Schiffer2017-07-111-1/+1
* base-files: sysupgrade cleanupMatthias Schiffer2017-05-291-100/+0
* base-files: always use staged sysupgradeMatthias Schiffer2017-05-291-67/+56
* base-files: save /bin/mknod for sysupgradeFelix Fietkau2017-01-061-1/+2
* base-files: export x86 platform upgrade functions to common.shYousong Zhou2017-01-051-0/+90
* package/basefiles: add mkfs.ext4 and losetup binaries to ramfs listAndré Valentin2016-10-261-0/+2
* sysupgrade: unmount filesystems before rebootMathias Kresin2016-08-041-0/+1
* base-files: sysupgrade: fix pseudobridge upgradesConn O'Griofa2016-07-241-1/+1
* x86: generalize partition discovery for sysupgradeJo-Philipp Wich2016-05-241-1/+1
* x86: preserve partition table on sysupgradeJo-Philipp Wich2016-02-091-0/+1
* base-files: fix sysupgrade 'wget' handling for uclient-fetchFelix Fietkau2016-01-251-3/+4
* base-files: fix sysupgrade 'wget' handlingFelix Fietkau2016-01-221-1/+1
* base-files: sysupgrade: quote source image nameJohn Crispin2015-09-141-2/+2
* base-files: default_do_upgrade: accept & forward image extraction commandJohn Crispin2015-06-051-2/+6
* base-files: remove ubi toolLuka Perkov2015-05-291-1/+0