diff --git a/buildKernel.sh b/buildKernel.sh index 8a85a06..501eddf 100755 --- a/buildKernel.sh +++ b/buildKernel.sh @@ -14,6 +14,8 @@ make clean make mrproper #Apply the usb and mmc patches if unapplied [ "$FRESH" = true ] && for i in ../patches-tested/*.patch; do patch -p1 < $i; done +[ "$FRESH" = true ] && for i in ../patches-tested/DTS/*.patch; do patch -p1 < $i; done +[ "$FRESH" = true ] && for i in ../patches-tested/kernel/*.patch; do patch -p1 < $i; done #Apply all of the rockMyy patches that make sense [ "$TEST_PATCHES" = true ] && for i in ../patches-untested/kernel/*.patch; do patch -p1 < $i; done [ "$TEST_PATCHES" = true ] && for i in ../patches-untested/DTS/*.patch; do patch -p1 < $i; done diff --git a/patches-untested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch b/patches-tested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch similarity index 100% rename from patches-untested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch rename to patches-tested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch diff --git a/patches-tested/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch b/patches-tested/kernel/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch similarity index 100% rename from patches-tested/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch rename to patches-tested/kernel/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch diff --git a/patches-tested/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch b/patches-tested/kernel/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch similarity index 100% rename from patches-tested/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch rename to patches-tested/kernel/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch diff --git a/patches-tested/rockchip-dwc2-usb-partial-power-down.patch b/patches-tested/kernel/rockchip-dwc2-usb-partial-power-down.patch similarity index 100% rename from patches-tested/rockchip-dwc2-usb-partial-power-down.patch rename to patches-tested/kernel/rockchip-dwc2-usb-partial-power-down.patch