diff options
author | Florian Eckert <fe@dev.tdt.de> | 2022-07-14 08:55:58 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-07-14 06:45:24 +0200 |
commit | 885738791364852725ec99b7fd1721a55edce9a9 (patch) | |
tree | 60453839ac67d7cf509f39c620a185becd8d77b3 /target/linux/generic/hack-5.15/205-kconfig-exit.patch | |
parent | 2ed7f6cbb0989068ae94ebe260e1c1d675d05478 (diff) | |
download | upstream-885738791364852725ec99b7fd1721a55edce9a9.tar.gz upstream-885738791364852725ec99b7fd1721a55edce9a9.tar.bz2 upstream-885738791364852725ec99b7fd1721a55edce9a9.zip |
linux/generic/hack-5.15: add missing patch headers
This patches does not have a valid patch headers and does not apply on
an external git tree with 'git am'. To fix this add the missing headers.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'target/linux/generic/hack-5.15/205-kconfig-exit.patch')
-rw-r--r-- | target/linux/generic/hack-5.15/205-kconfig-exit.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/generic/hack-5.15/205-kconfig-exit.patch b/target/linux/generic/hack-5.15/205-kconfig-exit.patch index e61c3ffdd9..9f98c16b07 100644 --- a/target/linux/generic/hack-5.15/205-kconfig-exit.patch +++ b/target/linux/generic/hack-5.15/205-kconfig-exit.patch @@ -1,3 +1,14 @@ +From 300d26562ce4dc427154cb247beb75db4b1f0774 Mon Sep 17 00:00:00 2001 +From: OpenWrt community <openwrt-devel@lists.openwrt.org> +Date: Wed, 13 Jul 2022 13:29:57 +0200 +Subject: [PATCH] scripts/Kconfig: Kconfig exit + +--- + scripts/kconfig/conf.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c +index 5d84b44a2a2a..d279d95aac92 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -435,6 +435,8 @@ static int conf_sym(struct menu *menu) @@ -9,3 +20,5 @@ newval = oldval; break; case '?': +-- + |