[openwrt/openwrt] kernel: add symbol CONFIG_POWER_RESET_LINKSTATION

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 23 15:09:52 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5e9b07ff365fc89e8eea271e63f202ff1afc33bd

commit 5e9b07ff365fc89e8eea271e63f202ff1afc33bd
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Tue Feb 23 19:23:06 2021 +0100

    kernel: add symbol CONFIG_POWER_RESET_LINKSTATION
    
    Add symbol to generic config (this was added between 5.4 and 5.10),
    and remove it from the targets where it was added by kernel_oldconfig
    in the meantime.
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/generic/config-5.10         | 1 +
 target/linux/mvebu/cortexa53/config-5.10 | 1 -
 target/linux/mvebu/cortexa72/config-5.10 | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index b0cf7c7d42..d8c5017083 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -4384,6 +4384,7 @@ CONFIG_POSIX_TIMERS=y
 # CONFIG_POWER_RESET_BRCMSTB is not set
 # CONFIG_POWER_RESET_GPIO is not set
 # CONFIG_POWER_RESET_GPIO_RESTART is not set
+# CONFIG_POWER_RESET_LINKSTATION is not set
 # CONFIG_POWER_RESET_LTC2952 is not set
 # CONFIG_POWER_RESET_PIIX4_POWEROFF is not set
 # CONFIG_POWER_RESET_RESTART is not set
diff --git a/target/linux/mvebu/cortexa53/config-5.10 b/target/linux/mvebu/cortexa53/config-5.10
index a3de912b99..c70bea5ae5 100644
--- a/target/linux/mvebu/cortexa53/config-5.10
+++ b/target/linux/mvebu/cortexa53/config-5.10
@@ -66,7 +66,6 @@ CONFIG_PINCTRL_ARMADA_37XX=y
 CONFIG_PINCTRL_ARMADA_AP806=y
 CONFIG_PINCTRL_ARMADA_CP110=y
 CONFIG_POWER_RESET=y
-# CONFIG_POWER_RESET_LINKSTATION is not set
 CONFIG_POWER_SUPPLY=y
 CONFIG_QUEUED_RWLOCKS=y
 CONFIG_QUEUED_SPINLOCKS=y
diff --git a/target/linux/mvebu/cortexa72/config-5.10 b/target/linux/mvebu/cortexa72/config-5.10
index 6ffe6c9f13..a9b7e20dc1 100644
--- a/target/linux/mvebu/cortexa72/config-5.10
+++ b/target/linux/mvebu/cortexa72/config-5.10
@@ -73,7 +73,6 @@ CONFIG_PINCTRL_ARMADA_37XX=y
 CONFIG_PINCTRL_ARMADA_AP806=y
 CONFIG_PINCTRL_ARMADA_CP110=y
 CONFIG_POWER_RESET=y
-# CONFIG_POWER_RESET_LINKSTATION is not set
 CONFIG_POWER_SUPPLY=y
 CONFIG_QUEUED_RWLOCKS=y
 CONFIG_QUEUED_SPINLOCKS=y



More information about the lede-commits mailing list