diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-08-06 16:12:21 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-08-06 23:06:12 +0200 |
commit | f41a40001af80ff73415e3617655b1fc85c8171f (patch) | |
tree | 508a1c6c040b84927a45e68106381305ce215dd4 /target/linux/bcm63xx/patches-5.4/554-board_R5010UNv2.patch | |
parent | 9fb1d4ce8a9134ee4cae6e8191c8ba902b7ee192 (diff) | |
download | upstream-f41a40001af80ff73415e3617655b1fc85c8171f.tar.gz upstream-f41a40001af80ff73415e3617655b1fc85c8171f.tar.bz2 upstream-f41a40001af80ff73415e3617655b1fc85c8171f.zip |
bcm63xx: switch to upstream endif comments patch
This allows better context for board patches and we no longer need a
downstream patch for that.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/554-board_R5010UNv2.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/554-board_R5010UNv2.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/554-board_R5010UNv2.patch b/target/linux/bcm63xx/patches-5.4/554-board_R5010UNv2.patch index 8c9cc3944f..24b12f7ad7 100644 --- a/target/linux/bcm63xx/patches-5.4/554-board_R5010UNv2.patch +++ b/target/linux/bcm63xx/patches-5.4/554-board_R5010UNv2.patch @@ -51,15 +51,15 @@ #endif /* CONFIG_BCM63XX_CPU_6328 */ /* -@@ -2266,6 +2310,7 @@ static const struct board_info __initcon +@@ -2264,6 +2308,7 @@ static const struct board_info __initcon &board_A4001N1, &board_dsl_274xb_f1, &board_FAST2704V2, + &board_R5010UNV2, - #endif + #endif /* CONFIG_BCM63XX_CPU_6328 */ #ifdef CONFIG_BCM63XX_CPU_6338 &board_96338gw, -@@ -2364,6 +2409,7 @@ static struct of_device_id const bcm963x +@@ -2359,6 +2404,7 @@ static struct of_device_id const bcm963x { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, }, { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, }, { .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, }, |