diff options
| author | Mieczyslaw Nalewaj | 2024-12-29 13:24:32 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-12-30 12:53:40 +0000 |
| commit | 874e0accae5121534259cc8b1bd3107bd104dd24 (patch) | |
| tree | a4588158aa6358c31719b82ee994d626d4578442 | |
| parent | 3c5809699df1240d9c7b2dd38578920f87f27150 (diff) | |
| download | openwrt-874e0accae5121534259cc8b1bd3107bd104dd24.tar.gz | |
loongarch64: remove redundant CONFIG_LIST_HARDENED
Delete CONFIG_LIST_HARDENED which you already find in target/generic config.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/17420
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/loongarch64/config-6.6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/loongarch64/config-6.6 b/target/linux/loongarch64/config-6.6 index 57bc7d5691..5052137b18 100644 --- a/target/linux/loongarch64/config-6.6 +++ b/target/linux/loongarch64/config-6.6 @@ -396,7 +396,6 @@ CONFIG_LEDS_TRIGGER_MTD=y CONFIG_LEDS_TRIGGER_PANIC=y CONFIG_LEGACY_TIOCSTI=y CONFIG_LIBFDT=y -CONFIG_LIST_HARDENED=y CONFIG_LOCKUP_DETECTOR=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_LOCK_SPIN_ON_OWNER=y |