diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 4 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 3f47f5ec..c3a78b07 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,7 @@ +Fri Jul 12 18:42:02 UTC 2019 + build-installer.sh: Add cqhci.ko kernel module. + Thanks to Pomme Raccoon. ++--------------------------+ Wed Jul 10 22:33:27 UTC 2019 /sbin/reboot: shell script to call the real reboot with "reboot -f" to prevent a reboot hang after installation. diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 2b0cf1d0..dcdc2038 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1504,6 +1504,7 @@ for ind in $(seq 0 $((${#KERNELS[*]} -1)) ); do mv mmc/host.orig/sdhci.ko mmc/host mv mmc/host.orig/sdhci-acpi.ko mmc/host mv mmc/host.orig/sdhci-pci.ko mmc/host + mv mmc/host.orig/cqhci.ko mmc/host rm -rf${VERBOSE1} mmc/host.orig cd usb/ |