forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: (82 commits) x86: fix sysupgrade failure Fix photonicat-firmware dependencies kernel: bump 6.1 to 6.1.75 (coolsnowwolf#11830) kernel: bump 5.4 to 5.4.268 (coolsnowwolf#11834) kernel: bump 5.15 to 5.15.148 (coolsnowwolf#11832) kernel: bump 5.10 to 5.10.209 (coolsnowwolf#11833) mt76: add linux kernel 6.6 support rockchip: add photonicat-firmware for photonicat wireless kernel: refresh kernel 6.6 config kernel: bump 6.6 to 6.6.14 (coolsnowwolf#11827) modules: fix usb-net support for kernel 6.6 modules: fix nfs and ksmbd build with kernel 6.6 modules: fix nls.mk support for linux 6.6 x86: add linux kernel 6.6 support ipq806x: switch to kernel 5.10 linux-firmware: update to 20231211 kernel: bump 6.6 to 6.6.13 (coolsnowwolf#11817) kernel: bump 5.10 to 5.10.208 (coolsnowwolf#11815) umbim/uqmi: sync with upstream uqmi: fix build with arm64 in GCC11 ...
- Loading branch information
Showing
727 changed files
with
120,963 additions
and
13,675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.10 = .205 | ||
LINUX_KERNEL_HASH-5.10.205 = c55217a80d74f81b83116289a8bfe4302293390b45aeabb76f64814920788863 | ||
LINUX_VERSION-5.10 = .209 | ||
LINUX_KERNEL_HASH-5.10.209 = 44e22fad647c638726a8eae23703c4263bead612d17c89ca7ad7ab32b5ce88d5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.15 = .145 | ||
LINUX_KERNEL_HASH-5.15.145 = b2a49d87605f3a9491581150315e22337c1afb599efc1e2737481be3a2d6d620 | ||
LINUX_VERSION-5.15 = .148 | ||
LINUX_KERNEL_HASH-5.15.148 = c48575c97fd9f4767cbe50a13b1b2b40ee42830aba3182fabd35a03259a6e5d8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.4 = .265 | ||
LINUX_KERNEL_HASH-5.4.265 = 4dae99e49f466d4689e128ec023754908147159d7462019a83c7da1f25df9b15 | ||
LINUX_VERSION-5.4 = .268 | ||
LINUX_KERNEL_HASH-5.4.268 = afc8aca6cb56fea489f6508bc24357df1cf8a8f3d7dcfbcccd94b7f968492620 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-6.1 = .69 | ||
LINUX_KERNEL_HASH-6.1.69 = 7e3d2694d18ce502068cc88a430da809abbd17d0773268524ebece442612b541 | ||
LINUX_VERSION-6.1 = .75 | ||
LINUX_KERNEL_HASH-6.1.75 = 6cd19410330c13ec4c18fd28a83d3e40fc12a152815fb7c3e1b0764329093a56 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
LINUX_VERSION-6.6 = .14 | ||
LINUX_KERNEL_HASH-6.6.14 = fbe96b2db3f962cd2a96a849d554300e7a4555995160082d4f323c2a1dfa1584 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/sh | ||
. $TOPDIR/include/site/linux | ||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | ||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||
|
||
ac_cv_sizeof___int64=0 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=8 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=8 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=8 | ||
ac_cv_sizeof_ssize_t=8 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=8 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
search --set=root --label kernel | ||
configfile ($root)/boot/grub/grub.cfg | ||
configfile ($root)/efi/openwrt/grub.cfg |
36 changes: 36 additions & 0 deletions
36
package/boot/grub2/patches/001-add-missing-extra_deps-list.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
From 4d4dae6a52b1749642261a15f5dcc1e3d4150b36 Mon Sep 17 00:00:00 2001 | ||
From: Julien Olivain <[email protected]> | ||
Date: Fri, 22 Dec 2023 19:02:53 +0100 | ||
Subject: [PATCH] Add missing grub-core/extra_deps.lst file in release tarball | ||
|
||
A file is missing in the grub-2.12 release tarballs (both .gz and .xz). | ||
See [1]. The issue was reported in [2] and fixed upstream in [3]. | ||
|
||
This patch adds the missing file, on top of the release tarball. This | ||
patch won't apply on upstream git, since the file is present in the | ||
source repository. Since the issue is fixed upstream in [3], it is | ||
expected upcoming releases tarballs will include the file. | ||
|
||
The file content was fetched from the upstream git repo: | ||
https://git.savannah.gnu.org/gitweb/?p=grub.git;a=blob_plain;f=grub-core/extra_deps.lst;hb=refs/tags/grub-2.12 | ||
|
||
[1] https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz | ||
[2] https://lists.gnu.org/archive/html/grub-devel/2023-12/msg00054.html | ||
[3] https://git.savannah.gnu.org/gitweb/?p=grub.git;a=commit;h=b835601c7639ed1890f2d3db91900a8506011a8e | ||
|
||
Signed-off-by: Julien Olivain <[email protected]> | ||
Upstream: Fixed by: https://git.savannah.gnu.org/gitweb/?p=grub.git;a=commit;h=b835601c7639ed1890f2d3db91900a8506011a8e | ||
--- | ||
grub-core/extra_deps.lst | 1 + | ||
1 file changed, 1 insertion(+) | ||
create mode 100644 grub-core/extra_deps.lst | ||
|
||
diff --git a/grub-core/extra_deps.lst b/grub-core/extra_deps.lst | ||
new file mode 100644 | ||
index 0000000..f44ad6a | ||
--- /dev/null | ||
+++ b/grub-core/extra_deps.lst | ||
@@ -0,0 +1 @@ | ||
+depends bli part_gpt | ||
-- | ||
2.43.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.