From 839786375d00155cf27c7345872681c062b4da52 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Sep 2014 17:51:27 +0200 Subject: [PATCH] base-system-busybox: add clear/reset applets. --- srcpkgs/base-system-busybox/files/dotconfig | 6 +++--- srcpkgs/base-system-busybox/template | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/base-system-busybox/files/dotconfig b/srcpkgs/base-system-busybox/files/dotconfig index 786e36c2871..9428efb9102 100644 --- a/srcpkgs/base-system-busybox/files/dotconfig +++ b/srcpkgs/base-system-busybox/files/dotconfig @@ -321,16 +321,16 @@ CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y # # Console Utilities # -# CONFIG_CHVT is not set +CONFIG_CHVT=y # CONFIG_FGCONSOLE is not set -# CONFIG_CLEAR is not set +CONFIG_CLEAR=y # CONFIG_DEALLOCVT is not set # CONFIG_DUMPKMAP is not set # CONFIG_KBD_MODE is not set # CONFIG_LOADFONT is not set # CONFIG_LOADKMAP is not set # CONFIG_OPENVT is not set -# CONFIG_RESET is not set +CONFIG_RESET=y CONFIG_RESIZE=y CONFIG_FEATURE_RESIZE_PRINT=y # CONFIG_SETCONSOLE is not set diff --git a/srcpkgs/base-system-busybox/template b/srcpkgs/base-system-busybox/template index 77f8dd03a9d..3ae3348bb9f 100644 --- a/srcpkgs/base-system-busybox/template +++ b/srcpkgs/base-system-busybox/template @@ -1,7 +1,7 @@ # Build template for 'base-system-busybox'. pkgname=base-system-busybox version=1.22.1 -revision=6 +revision=7 wrksrc="busybox-${version}" homepage="http://www.busybox.net" hostmakedepends="perl" @@ -18,7 +18,7 @@ checksum=ae0b029d0a9e4dd71a077a790840e496dd838998e4571b87b60fed7462b6678b _FEATURES="acpid coreutils cpio dash diffutils dosfstools findutils awk grep gzip hdparm ifenslave iproute2 iputils less lsof netcat nvi patch powertop procps-ng psmisc rfkill run-parts sed tar - traceroute util-linux wget which whois xz" + traceroute util-linux wget which whois xz ncurses" for f in ${_FEATURES}; do provides+="${f}-${version}_${revision} " conflicts+="${f}>=0 "