aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches-4.9/210-wn802t_support.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-05-11 13:51:07 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-08 16:45:08 +0100
commit0a85fcc627098f078b997e9b8b74d1839710bc49 (patch)
tree2380f7cbbd6d6f9104d6db4666be87934ed9a6b6 /target/linux/orion/patches-4.9/210-wn802t_support.patch
parent90740f52e9b9076d60119cfe4669366588131fe6 (diff)
downloadupstream-0a85fcc627098f078b997e9b8b74d1839710bc49.tar.gz
upstream-0a85fcc627098f078b997e9b8b74d1839710bc49.tar.bz2
upstream-0a85fcc627098f078b997e9b8b74d1839710bc49.zip
orion: refresh kernel configuration
The configuration of the generic subtarget was used as the default configuration and then the subtarget configurations were adapted. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/orion/patches-4.9/210-wn802t_support.patch')
-rw-r--r--target/linux/orion/patches-4.9/210-wn802t_support.patch23
1 files changed, 13 insertions, 10 deletions
diff --git a/target/linux/orion/patches-4.9/210-wn802t_support.patch b/target/linux/orion/patches-4.9/210-wn802t_support.patch
index a274beedc3..fc4a226e97 100644
--- a/target/linux/orion/patches-4.9/210-wn802t_support.patch
+++ b/target/linux/orion/patches-4.9/210-wn802t_support.patch
@@ -1,6 +1,6 @@
--- a/arch/arm/mach-orion5x/Kconfig
+++ b/arch/arm/mach-orion5x/Kconfig
-@@ -159,10 +159,13 @@ config MACH_MSS2_DT
+@@ -156,10 +156,13 @@ config MACH_MSS2_DT
Maxtor Shared Storage II platform.
config MACH_WNR854T
@@ -55,10 +55,15 @@
pci_common_init(&wnr854t_pci);
return 0;
-@@ -187,3 +199,15 @@ MACHINE_START(WNR854T, "Netgear WNR854T"
- .fixup = tag_fixup_mem32,
- .restart = orion5x_restart,
- MACHINE_END
+@@ -182,6 +194,18 @@ MACHINE_START(WNR854T, "Netgear WNR854T"
+ .init_machine = wnr854t_init,
+ .map_io = orion5x_map_io,
+ .init_early = orion5x_init_early,
++ .init_irq = orion5x_init_irq,
++ .init_time = orion5x_timer_init,
++ .fixup = tag_fixup_mem32,
++ .restart = orion5x_restart,
++MACHINE_END
+
+MACHINE_START(WN802T, "Netgear WN802T")
+ /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */
@@ -66,8 +71,6 @@
+ .init_machine = wnr854t_init,
+ .map_io = orion5x_map_io,
+ .init_early = orion5x_init_early,
-+ .init_irq = orion5x_init_irq,
-+ .init_time = orion5x_timer_init,
-+ .fixup = tag_fixup_mem32,
-+ .restart = orion5x_restart,
-+MACHINE_END
+ .init_irq = orion5x_init_irq,
+ .init_time = orion5x_timer_init,
+ .fixup = tag_fixup_mem32,