index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
linux
/
x86
/
base-files
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: use new procd sysupgrade $UPGRADE_BACKUP variable
Rafał Miłecki
2019-09-12
1
-1
/
+1
*
treewide: when copying a backup file always specify dest name
Rafał Miłecki
2019-09-12
1
-1
/
+1
*
treewide: don't hardcode "sysupgrade.tgz" file name
Rafał Miłecki
2019-09-12
1
-2
/
+2
*
treewide: sysupgrade: pass "save_partitions" option to the "sysupgrade" method
Rafał Miłecki
2019-09-04
1
-1
/
+1
*
x86: make sysupgrade.tgz reachable again
Tomasz Maciej Nowak
2018-12-03
1
-1
/
+1
*
Revert "x86: add intel microcode entries to grub config"
John Crispin
2018-11-27
1
-4
/
+2
*
Revert "x86: add amd microcode entries to grub config"
John Crispin
2018-11-27
1
-0
/
+12
*
x86: add amd microcode entries to grub config
Tomasz Maciej Nowak
2018-11-26
1
-12
/
+0
*
x86: add intel microcode entries to grub config
Tomasz Maciej Nowak
2018-11-26
1
-2
/
+4
*
x86: mount writable bootfs
Tomasz Maciej Nowak
2018-11-26
1
-8
/
+4
*
x86: add preinit hook to reload microcode
Zoltan HERPAI
2018-02-11
1
-0
/
+10
*
x86: preinit: use board_name on Sm Super Servers
Philip Prindeville
2018-01-04
1
-1
/
+8
*
x86: preinit: make name rewrite into reusable function
Philip Prindeville
2018-01-04
1
-6
/
+10
*
treewide: populate boardname and model earlier
Mathias Kresin
2017-07-15
1
-0
/
+0
*
x86: sysupgrade: explicitly rescan disk after writing partition table
Matthias Schiffer
2017-05-29
1
-0
/
+6
*
x86: sysupgrade: refactor platform_do_upgrade
Matthias Schiffer
2017-05-29
1
-33
/
+36
*
x86: sysupgrade: move partition table change check to platform_check_image
Matthias Schiffer
2017-05-29
1
-4
/
+25
*
x86: keep /boot mounted for kexec
Daniel Golle
2017-05-05
1
-4
/
+7
*
x86: fix sysupgrades on disks with 4k block size
Felix Fietkau
2017-01-25
1
-9
/
+2
*
base-files: export x86 platform upgrade functions to common.sh
Yousong Zhou
2017-01-05
2
-96
/
+5
*
x86: move sysupgrade.tgz only if it exists
Yousong Zhou
2017-01-05
1
-3
/
+6
*
x86: use sysfs DMI information to populate sysinfo
Jo-Philipp Wich
2016-06-06
1
-0
/
+28
*
x86: generalize partition discovery for sysupgrade
Jo-Philipp Wich
2016-05-24
2
-25
/
+54
*
x86: search PARTUUID in any block device
Jo-Philipp Wich
2016-03-30
1
-1
/
+2
*
x86: make sysupgrade work without partx
Jo-Philipp Wich
2016-03-30
1
-6
/
+28
*
x86: fix platform_export_bootpart() for Xen virtual disks
Hauke Mehrtens
2016-04-17
1
-1
/
+1
*
x86: preserve partition table on sysupgrade
Jo-Philipp Wich
2016-02-09
1
-2
/
+49
*
x86: use PARTUUID instead explicitly specifying the device by default
Jo-Philipp Wich
2015-03-24
2
-38
/
+53
*
x86: remove old soekris config hacks, install a more appropriate default /etc...
Felix Fietkau
2014-10-12
1
-19
/
+0
*
target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC
John Crispin
2014-06-02
1
-1
/
+1
*
x86: fix sysupgrade
Felix Fietkau
2014-03-21
1
-1
/
+1
*
kernel/base-files: clean up old code related to refreshing mtd partitions, it...
Felix Fietkau
2013-07-14
1
-6
/
+0
*
preinit: move cmdline failsafe= handling ot the generic code
John Crispin
2013-04-25
1
-13
/
+0
*
Do not overload mount-call - trying to reduce confusion
Mirko Vogt
2012-12-19
1
-1
/
+1
*
x86: allow both old and new grub signatures in sysupgrade
Jo-Philipp Wich
2012-10-23
1
-1
/
+1
*
x86: correct image magic for grub2 images
Felix Fietkau
2012-10-22
1
-1
/
+1
*
x86: add grub2 iso support
Felix Fietkau
2012-10-07
1
-0
/
+5
*
Fix sysupgrade for squashfs, jffs2 and ext4 images
Vasilis Tsiligiannis
2012-06-19
2
-16
/
+55
*
x86/soekris: Add script to detect soekris model
Felix Fietkau
2011-01-26
1
-0
/
+19
*
sysupgrade: fix typo in platform_do_upgrade() on x86 (closes: #7068), thanks ...
Nicolas Thill
2010-04-04
1
-1
/
+1
*
sysupgrade: Get target device from kernel cmdline, patch from acinonyx
Florian Fainelli
2010-03-28
1
-1
/
+5
*
sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)
Jo-Philipp Wich
2010-03-27
1
-1
/
+1
*
base-files: remove redundant "Press " when writing enter failsafe message
Jo-Philipp Wich
2010-03-23
1
-1
/
+0
*
preinit: use grep -q where applicable
Jo-Philipp Wich
2010-02-01
1
-1
/
+1
*
preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)
Felix Fietkau
2010-01-28
1
-1
/
+1
*
add preinit modularization work by Daniel Dickinson (cshore)
Felix Fietkau
2010-01-25
2
-0
/
+22
*
sysupgrade-ext2 sync before writing image, not after Sysupgrade for ext2 curr...
Jo-Philipp Wich
2009-07-16
1
-1
/
+1
*
fix small logic error in x86 sysupgrade script, which prevented upgrades from...
Felix Fietkau
2008-09-23
1
-1
/
+1
*
fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based confi...
Felix Fietkau
2008-09-23
1
-0
/
+2
*
fix sysupgrade endian issues
Travis Kemen
2008-07-22
1
-1
/
+1
[next]