forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from qosmio/qualcommax-6.x-nss-wifi
sync 30/04
- Loading branch information
Showing
225 changed files
with
3,413 additions
and
9,293 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-6.6 = .28 | ||
LINUX_KERNEL_HASH-6.6.28 = 818716ed13e7dba6aaeae24e3073993e260812ed128d10272e94b922ee6d3394 | ||
LINUX_VERSION-6.6 = .29 | ||
LINUX_KERNEL_HASH-6.6.29 = 7f26f74c08082c86b1daf866e4d49c5d8276cc1906a89d0e367e457ec167cbd0 |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_VERSION:=2.9 | ||
PKG_RELEASE:=1 | ||
PKG_RELEASE:=2 | ||
PKG_HASH:=76a66a1de0c01aeb83dfc7b72b51173fe62c6e51d6fca17cc562393117bed08b | ||
|
||
PKG_MAINTAINER:=Vladimir Vid <[email protected]> | ||
|
@@ -145,7 +145,7 @@ define Download/a3700-utils | |
FILE:=$(A3700_UTILS_SOURCE) | ||
PROTO:=git | ||
URL:=https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell.git | ||
VERSION:=a3e1c67bb378e1d8a938e1b826cb602af83628d2 | ||
SOURCE_VERSION:=a3e1c67bb378e1d8a938e1b826cb602af83628d2 | ||
MIRROR_HASH:=0e6b8ef6423dcb52a5e282669a8aeebc6eea2d45a7c3a2c9a2fc7a749b3275a7 | ||
SUBDIR:=$(A3700_UTILS_NAME) | ||
endef | ||
|
@@ -158,8 +158,8 @@ define Download/cryptopp | |
FILE:=$(CRYPTOPP_SOURCE) | ||
PROTO:=git | ||
URL:=https://github.com/weidai11/cryptopp.git | ||
VERSION:=4d0cad5401d1a2c998b314bc89288c9620d3021d | ||
MIRROR_HASH:=74ec9e48ee04b9f2d9a1d8c4f2392ed0ab52780d7af0f70405d7bbb23d1504fa | ||
SOURCE_VERSION:=4d0cad5401d1a2c998b314bc89288c9620d3021d | ||
MIRROR_HASH:=6c53c8b4dfa07df0c5915a90c20f70c64d150b652cf5ac52e2eae08c5a9cc7cd | ||
SUBDIR:=$(CRYPTOPP_NAME) | ||
endef | ||
|
||
|
@@ -171,7 +171,7 @@ define Download/mv-ddr-marvell | |
FILE:=$(MV_DDR_SOURCE) | ||
PROTO:=git | ||
URL:=https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git | ||
VERSION:=541616bc5d25a0167c9901546255c55973e2c0f0 | ||
SOURCE_VERSION:=541616bc5d25a0167c9901546255c55973e2c0f0 | ||
MIRROR_HASH:=9e86a986c7400ed1a72165a88150b6c494ebd87303b16314b43e5785e3f13068 | ||
SUBDIR:=$(MV_DDR_NAME) | ||
endef | ||
|
@@ -185,7 +185,7 @@ define Download/mox-boot-builder | |
PROTO:=git | ||
SUBMODULES:=skip | ||
URL:=https://gitlab.nic.cz/turris/mox-boot-builder.git | ||
VERSION:=604f8f51d97b4e59fa6d1e579101daa194d6ed2d | ||
SOURCE_VERSION:=604f8f51d97b4e59fa6d1e579101daa194d6ed2d | ||
MIRROR_HASH:=b09337a7dde140f57e40133b6e7b7e1eb338e7cea9b15a3af6874824462f15f7 | ||
SUBDIR:=$(MOX_BB_NAME) | ||
endef | ||
|
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
31 changes: 31 additions & 0 deletions
31
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,31 @@ | ||
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 | ||
|
||
--- /dev/null | ||
+++ b/grub-core/extra_deps.lst | ||
@@ -0,0 +1 @@ | ||
+depends bli part_gpt |
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
30 changes: 30 additions & 0 deletions
30
.../boot/uboot-mvebu/patches/0001-arm-mvebu-turris_omnia-Enable-LTO-by-default-on-Turr.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,30 @@ | ||
From ca4ecdce4cdcfab7df101b5df6ddad43d2f549e1 Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <[email protected]> | ||
Date: Thu, 4 Apr 2024 09:50:50 +0200 | ||
Subject: [PATCH] arm: mvebu: turris_omnia: Enable LTO by default on Turris | ||
Omnia | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; charset=UTF-8 | ||
Content-Transfer-Encoding: 8bit | ||
|
||
U-Boot builds for Turris Omnia are approaching the limit of 0xf0000 | ||
bytes, which is the size of the U-Boot partition on Omnia. | ||
|
||
Enable LTO to get more size optimized binaries. | ||
|
||
Signed-off-by: Marek Behún <[email protected]> | ||
Reviewed-by: Stefan Roese <[email protected]> | ||
--- | ||
configs/turris_omnia_defconfig | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
--- a/configs/turris_omnia_defconfig | ||
+++ b/configs/turris_omnia_defconfig | ||
@@ -31,6 +31,7 @@ CONFIG_AHCI=y | ||
CONFIG_OF_BOARD_FIXUP=y | ||
CONFIG_SYS_MEMTEST_START=0x00800000 | ||
CONFIG_SYS_MEMTEST_END=0x00ffffff | ||
+CONFIG_LTO=y | ||
CONFIG_HAS_BOARD_SIZE_LIMIT=y | ||
CONFIG_BOARD_SIZE_LIMIT=983040 | ||
CONFIG_FIT=y |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.