| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: use only board_name function to get name | Mathias Kresin | 2017-07-15 | 2 | -6/+2 |
* | treewide: populate boardname and model earlier | Mathias Kresin | 2017-07-15 | 1 | -0/+0 |
* | Add missing APU1 reference to x86 board.d | Kristian Evensen | 2017-06-06 | 2 | -2/+2 |
* | 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: Add board configs for the PC Engines APU2 | Chris Blake | 2017-02-15 | 2 | -0/+8 |
* | x86: Enable DIAG LED on Geos | David Woodhouse | 2017-02-15 | 2 | -1/+79 |
* | x86: Move Traverse Geos configs into x86 base-files | Chris Blake | 2017-02-15 | 2 | -0/+45 |
* | x86: fix sysupgrades on disks with 4k block size | Felix Fietkau | 2017-01-25 | 1 | -9/+2 |
* | x86/generic: add xen DomU support | Felix Fietkau | 2017-01-16 | 1 | -0/+1 |
* | 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 |
* | image / basefiles: make console password configurable | John Crispin | 2016-04-18 | 1 | -2/+2 |
* | 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: remove redundant default network config | Felix Fietkau | 2016-01-28 | 1 | -26/+0 |
* | 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 | 4 | -56/+7 |
* | network: Unbind DHCPv6 from underlying interfaces | Steven Barth | 2014-10-08 | 1 | -1/+1 |
* | 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 |
* | x86: change /dev/console to tty to fix job control | John Crispin | 2013-08-04 | 1 | -0/+4 |
* | 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 |
* | Change default IPv6 config to enable DHCPv6-PD | Steven Barth | 2013-04-22 | 1 | -1/+1 |
* | Adapt default network configuration for IPv6 | Steven Barth | 2013-04-09 | 1 | -0/+8 |
* | 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 defconfig for soekris net4801 and net4826 | Felix Fietkau | 2011-01-26 | 3 | -0/+48 |
* | 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 | 3 | -2/+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 |