From 767577e50498061f6adb28dd91f791afae25401c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 13 Nov 2008 16:32:56 +0000 Subject: busybox: add 1.13.x, mark older as deprecated --- package/busybox/busybox-1.13.0-lineedit.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/busybox/busybox-1.13.0-lineedit.patch (limited to 'package/busybox/busybox-1.13.0-lineedit.patch') diff --git a/package/busybox/busybox-1.13.0-lineedit.patch b/package/busybox/busybox-1.13.0-lineedit.patch new file mode 100644 index 000000000..3d0a8429d --- /dev/null +++ b/package/busybox/busybox-1.13.0-lineedit.patch @@ -0,0 +1,13 @@ +--- busybox-1.13.0/libbb/lineedit.c Wed Nov 5 22:39:54 2008 ++++ busybox-1.13.0-lineedit/libbb/lineedit.c Wed Nov 12 23:18:05 2008 +@@ -1415,8 +1415,10 @@ + if ((state->flags & SAVE_HISTORY) && state->hist_file) + load_history(state->hist_file); + #endif ++#if MAX_HISTORY > 0 + if (state->flags & DO_HISTORY) + state->cur_history = state->cnt_history; ++#endif + + /* prepare before init handlers */ + cmdedit_y = 0; /* quasireal y, not true if line > xt*yt */ -- cgit v1.2.3