From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UGV0ZXIgS8O8bW1lbA==?= Date: Sat, 20 Dec 2014 16:14:53 +0100 Subject: [Buildroot] [PATCH 1/1] busybox: make LOGIN_FAIL_DELAY configurable In-Reply-To: <20141220155836.7ae8c639@free-electrons.com> References: <1419085332-379-1-git-send-email-syntheticpp@gmx.net> <20141220155836.7ae8c639@free-electrons.com> Message-ID: <5495926D.1080008@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Am 20.12.2014 um 15:58 schrieb Thomas Petazzoni: > Dear Peter K?mmel, > > On Sat, 20 Dec 2014 15:22:12 +0100, Peter K?mmel wrote: >> Pass LOGIN_FAIL_DELAY= in busybox's CONFIG_EXTRA_CFLAGS >> to change default delay of 3 seconds. >> >> Signed-off-by: Peter K?mmel >> --- >> .../busybox/busybox-0007-login-fail-delay.patch | 28 ++++++++++++++++++++++ >> 1 file changed, 28 insertions(+) >> create mode 100644 package/busybox/busybox-0007-login-fail-delay.patch > > Even though the patch is small, it is in a way a "feature" patch: do > something that the upstream Busybox doesn't allow to do. Could you > instead submit this patch upstream, and once it gets accepted, backport > it into Buildroot? > > Thanks, > > Thomas > OK, pushed it to the busybox ml. pk