mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
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>
This commit is contained in:
parent
95e4664b5e
commit
d3dad5b10b
@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=2020.04
|
||||
PKG_RELEASE:=10
|
||||
PKG_RELEASE:=11
|
||||
|
||||
PKG_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user