Skip to content
Snippets Groups Projects
Select Git revision
  • 90c5bd37969377c776203861128a1ea94fef48ac
  • v2018.2.x default
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
42 results

0028-mvebu-fix-sysupgrade.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0050-x86-generic-enable-pata_atiixp-driver.patch 747 B
    From: Felix Kaechele <felix@kaechele.ca>
    Date: Tue, 17 Nov 2015 05:00:51 +0100
    Subject: x86/generic: enable pata_atiixp driver
    
    This enables booting from devices that use an ATI PATA controller for
    the boot device, such as the embedded CF cards in Fujitsu-Siemens Futro
    thin-clients.
    
    Signed-off-by: Felix Kaechele <felix@kaechele.ca>
    
    diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default
    index e077ebd..666a985 100644
    --- a/target/linux/x86/generic/config-default
    +++ b/target/linux/x86/generic/config-default
    @@ -150,6 +150,7 @@ CONFIG_NLS=y
     CONFIG_NO_HZ=y
     # CONFIG_PANASONIC_LAPTOP is not set
     CONFIG_PATA_AMD=y
    +CONFIG_PATA_ATIIXP=y
     CONFIG_PATA_LEGACY=y
     CONFIG_PATA_MPIIX=y
     CONFIG_PATA_OLDPIIX=y