summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-23 09:00:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-23 09:00:57 +0000
commit29d759b98c2c3013e3723d87a4ac7aba256b7147 (patch)
tree3b9367466037937bf9cf7f35524c970bd2404a06 /core
parent9d538064d5dfd3ed3fc5b930ae40762359bc6b32 (diff)
core/busybox: increase ash histsize to 255
Diffstat (limited to 'core')
-rw-r--r--core/busybox/APKBUILD2
-rw-r--r--core/busybox/busyboxconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/busybox/APKBUILD b/core/busybox/APKBUILD
index b95266d3213..d0119f6a61c 100644
--- a/core/busybox/APKBUILD
+++ b/core/busybox/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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 1a4373d246c..f4c11593fd6 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