From 64aa6225deea15e4653b458398a94515b1e11801 Mon Sep 17 00:00:00 2001 From: Lu Hui Date: Tue, 20 Feb 2024 09:21:56 +0800 Subject: [PATCH] apply_patches.sh: fix missing git am command --- apply_patches.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apply_patches.sh b/apply_patches.sh index e9990ba556..2fad8390d7 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -45,8 +45,8 @@ git am ../patches/middleware/0001-v2-Makefile-install-vio-sensor_test-audio-demo git am ../patches/middleware/0002-v2-Makefile-dont-copy-some-file-because-source-file-.patch # add mipi panel st7701_hd228001c31 -../patches/middleware/0003-v2-component-panel-sg200x-add-dsi_st7701_hd228001c31.patch -../patches/middleware/0004-v2-sample-mipi_tx-sample_dsi_panel.h-add-dsi_st7701_.patch +git am ../patches/middleware/0003-v2-component-panel-sg200x-add-dsi_st7701_hd228001c31.patch +git am ../patches/middleware/0004-v2-sample-mipi_tx-sample_dsi_panel.h-add-dsi_st7701_.patch # add gc4653 support for licheervnano git am ../patches/middleware/0005-v2-component-isp-sensor-sg200x-gcore_gc4653-add-supp.patch