forked from immortalwrt/immortalwrt
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'immortalwrt:master' into master
- Loading branch information
Showing
23 changed files
with
1,736 additions
and
305 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
include $(TOPDIR)/rules.mk | ||
include $(INCLUDE_DIR)/kernel.mk | ||
|
||
PKG_VERSION:=2024.10 | ||
PKG_VERSION:=2025.01 | ||
PKG_RELEASE:=1 | ||
PKG_HASH:=b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0 | ||
PKG_HASH:=cdef7d507c93f1bbd9f015ea9bc21fa074268481405501945abc6f854d5b686f | ||
|
||
PKG_MAINTAINER:=Sarah Maedel <[email protected]> | ||
|
||
|
@@ -442,6 +442,7 @@ UBOOT_CUSTOMIZE_CONFIG := \ | |
--disable EFI_CAPSULE_FIRMWARE_RAW \ | ||
--disable SPL_FIT_SIGNATURE \ | ||
--disable USB_FUNCTION_FASTBOOT \ | ||
--disable VIDEO \ | ||
) | ||
|
||
UBOOT_MAKE_FLAGS += \ | ||
|
96 changes: 0 additions & 96 deletions
96
...boot-rockchip/patches/001-rockchip-board-Increase-rng-seed-size-to-make-it-sufficie.patch
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
...boot-rockchip/patches/002-scripts-dtc-pylibfdt-libfdt-i_shipped-Use-SWIG_AppendOutp.patch
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ Signed-off-by: Chris Morgan <[email protected]> | |
|
||
obj-spl-$(CONFIG_ROCKCHIP_RK3036) += rk3036-board-spl.o | ||
|
||
-ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TPL_BUILD),) | ||
-ifeq ($(CONFIG_XPL_BUILD)$(CONFIG_TPL_BUILD),) | ||
- | ||
# Always include boot_mode.o, as we bypass it (i.e. turn it off) | ||
# inside of boot_mode.c when CONFIG_ROCKCHIP_BOOT_MODE_REG is 0. This way, | ||
|
@@ -101,7 +101,7 @@ Signed-off-by: Chris Morgan <[email protected]> | |
#include <asm/arch-rockchip/grf_rk3568.h> | ||
#include <asm/arch-rockchip/hardware.h> | ||
#include <dt-bindings/clock/rk3568-cru.h> | ||
@@ -133,3 +134,26 @@ int arch_cpu_init(void) | ||
@@ -139,3 +140,26 @@ int arch_cpu_init(void) | ||
#endif | ||
return 0; | ||
} | ||
|
51 changes: 0 additions & 51 deletions
51
...boot-rockchip/patches/105-bootstd-efi-Initialize-PCI-to-discover-network-controller.patch
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
package/boot/uboot-rockchip/patches/200-add-photonicat-board-watchdog-support.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
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
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.