diff --git a/br-ext-chip-novatek/board/nt9856x/kernel/patches/11_fix_yylloc_for_modern_host_compilers.patch b/br-ext-chip-novatek/board/nt9856x/kernel/patches/11_fix_yylloc_for_modern_host_compilers.patch new file mode 120000 index 00000000..35d39b0e --- /dev/null +++ b/br-ext-chip-novatek/board/nt9856x/kernel/patches/11_fix_yylloc_for_modern_host_compilers.patch @@ -0,0 +1 @@ +../../../../../patches/linux/4.19.x/fix_yylloc_for_modern_host_compilers.patch \ No newline at end of file diff --git a/br-ext-chip-rockchip/board/rv11xx/kernel/patches/0011-fix-yylloc-for-modern-computers.patch b/br-ext-chip-rockchip/board/rv11xx/kernel/patches/0011-fix-yylloc-for-modern-computers.patch deleted file mode 100644 index bbb38d7f..00000000 --- a/br-ext-chip-rockchip/board/rv11xx/kernel/patches/0011-fix-yylloc-for-modern-computers.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/scripts/dtc/dtc-lexer.l 2019-12-21 12:57:45.000000000 +0300 -+++ b/scripts/dtc/dtc-lexer.l 2021-10-24 16:01:38.478555927 +0300 -@@ -38,7 +38,7 @@ - #include "srcpos.h" - #include "dtc-parser.tab.h" - --YYLTYPE yylloc; -+extern YYLTYPE yylloc; - extern bool treesource_error; - - /* CAUTION: this will stop working if we ever use yyless() or yyunput() */ diff --git a/br-ext-chip-rockchip/board/rv11xx/kernel/patches/11_fix_yylloc_for_modern_host_compilers.patch b/br-ext-chip-rockchip/board/rv11xx/kernel/patches/11_fix_yylloc_for_modern_host_compilers.patch new file mode 120000 index 00000000..35d39b0e --- /dev/null +++ b/br-ext-chip-rockchip/board/rv11xx/kernel/patches/11_fix_yylloc_for_modern_host_compilers.patch @@ -0,0 +1 @@ +../../../../../patches/linux/4.19.x/fix_yylloc_for_modern_host_compilers.patch \ No newline at end of file diff --git a/building.sh b/building.sh index 6661bb28..449b3ebe 100755 --- a/building.sh +++ b/building.sh @@ -731,7 +731,7 @@ xm550() { # ####### # -# nt98562 # OpenIPC +nt98562 # OpenIPC # nt98566 # OpenIPC # nt98566_polcam # Polcam # diff --git a/br-ext-chip-novatek/board/nt9856x/kernel/patches/11_fix_yylloc_for_modern_computers.patch b/patches/linux/4.19.x/fix_yylloc_for_modern_host_compilers.patch similarity index 92% rename from br-ext-chip-novatek/board/nt9856x/kernel/patches/11_fix_yylloc_for_modern_computers.patch rename to patches/linux/4.19.x/fix_yylloc_for_modern_host_compilers.patch index bbb38d7f..9b5c57cf 100644 --- a/br-ext-chip-novatek/board/nt9856x/kernel/patches/11_fix_yylloc_for_modern_computers.patch +++ b/patches/linux/4.19.x/fix_yylloc_for_modern_host_compilers.patch @@ -5,7 +5,7 @@ #include "dtc-parser.tab.h" -YYLTYPE yylloc; -+extern YYLTYPE yylloc; ++extern YYLTYPE yylloc ; extern bool treesource_error; /* CAUTION: this will stop working if we ever use yyless() or yyunput() */