From 29d759b98c2c3013e3723d87a4ac7aba256b7147 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 23 May 2009 09:00:57 +0000 Subject: core/busybox: increase ash histsize to 255 --- core/busybox/APKBUILD | 2 +- core/busybox/busyboxconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/busybox/APKBUILD b/core/busybox/APKBUILD index b95266d3..d0119f6a 100644 --- a/core/busybox/APKBUILD +++ b/core/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=busybox pkgver=1.13.4 -pkgrel=1 +pkgrel=2 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net license=GPL-2 diff --git a/core/busybox/busyboxconfig b/core/busybox/busyboxconfig index 1a4373d2..f4c11593 100644 --- a/core/busybox/busyboxconfig +++ b/core/busybox/busyboxconfig @@ -82,7 +82,7 @@ CONFIG_FEATURE_FAST_TOP=y CONFIG_FEATURE_EDITING=y CONFIG_FEATURE_EDITING_MAX_LEN=1024 CONFIG_FEATURE_EDITING_VI=y -CONFIG_FEATURE_EDITING_HISTORY=31 +CONFIG_FEATURE_EDITING_HISTORY=255 # CONFIG_FEATURE_EDITING_SAVEHISTORY is not set CONFIG_FEATURE_TAB_COMPLETION=y CONFIG_FEATURE_USERNAME_COMPLETION=y -- cgit v1.2.3