diff options
| author | Rosen Penev | 2024-09-18 00:51:36 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-09-25 20:50:09 +0000 |
| commit | d3dad5b10b443eb94cf482f92ae8929a722412d6 (patch) | |
| tree | b2dabf64402dae758faa1c73430145850edab3f0 | |
| parent | 95e4664b5efcade30d1bcec95d6571861c3ee9c7 (diff) | |
| download | openwrt-d3dad5b10b443eb94cf482f92ae8929a722412d6.tar.gz | |
uboot-kirkwood: fix compilation with GCC14
Missing header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16467
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 2 | ||||
| -rw-r--r-- | package/boot/uboot-kirkwood/patches/180-netgear-stora.patch | 3 | ||||
| -rw-r--r-- | package/boot/uboot-kirkwood/patches/200-openwrt-config.patch | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 7338e5d868..afeee805a0 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_VERSION:=2020.04 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 diff --git a/package/boot/uboot-kirkwood/patches/180-netgear-stora.patch b/package/boot/uboot-kirkwood/patches/180-netgear-stora.patch index c6aced4221..bdf82ebea5 100644 --- a/package/boot/uboot-kirkwood/patches/180-netgear-stora.patch +++ b/package/boot/uboot-kirkwood/patches/180-netgear-stora.patch @@ -230,7 +230,7 @@ + --- /dev/null +++ b/board/Marvell/netgear_ms2110/netgear_ms2110.c -@@ -0,0 +1,151 @@ +@@ -0,0 +1,152 @@ +/* + * Copyright (C) 2014-2017 bodhi <mibodhi@gmail.com> + * @@ -264,6 +264,7 @@ +#include <asm/arch/soc.h> +#include <asm/arch/mpp.h> +#include "netgear_ms2110.h" ++#include <asm/arch/cpu.h> +#include <asm/mach-types.h> + +DECLARE_GLOBAL_DATA_PTR; diff --git a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch index 4cf874b368..00bc29f13e 100644 --- a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch +++ b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch @@ -1,6 +1,6 @@ --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig -@@ -111,4 +111,7 @@ source "board/alliedtelesis/SBx81LIFXCAT +@@ -115,4 +115,7 @@ source "board/alliedtelesis/SBx81LIFXCAT source "board/Marvell/db-88f6281-bp/Kconfig" source "board/checkpoint/l-50/Kconfig" |