pmaports/device/archived/linux-infocus-flatfish/03_fix_pm_build.patch
Aelin cfbc1de3c7
treewide: archive unmaintained packages under device/
Command to reproduce:
grep -L '^maintainer="[^"]\+"$' device/{main,community,testing,downstream}/*/APKBUILD | sed 's/\/APKBUILD//' | xargs -i sh -c 'sed -i "1s;^;# Archived: unmaintained\n;" {}/APKBUILD && mv {} device/archived/ && git add {} && git add device/archived/'

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8883>
2026-06-22 19:26:47 +00:00

21 lines
656 B
Diff

gen_check_code crashes so we need to use the old cp method.
---
diff --git a/arch/arm/mach-sun6i/pm/standby/Makefile b/arch/arm/mach-sun6i/pm/standby/Makefile
index d7208dd9bfc..aefac0d5741 100755
--- a/arch/arm/mach-sun6i/pm/standby/Makefile
+++ b/arch/arm/mach-sun6i/pm/standby/Makefile
@@ -134,8 +134,7 @@ resume1:
rm -rf *.o ../*.o
- #cp resume1.bin ./super/resume/resume1.code
- ./gen_check_code ./resume1.bin ./super/resume/resume1.code
+ cp resume1.bin ./super/resume/resume1.code
@echo ----------------------------------------
@echo well done!
@@ -143,4 +142,3 @@ resume1:
clean:
-rm *.o *.map *.lst *.bin *.elf *.exe dram/*.o
-