From 929870bcd727d8831b1773254678e8331f3428ed Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Tue, 11 Aug 2020 22:44:45 -0500 Subject: [PATCH] busybox: enable cttyhack applet --- srcpkgs/busybox/files/dotconfig | 2 +- srcpkgs/busybox/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/busybox/files/dotconfig b/srcpkgs/busybox/files/dotconfig index 7ffa16501c9..68876b0821a 100644 --- a/srcpkgs/busybox/files/dotconfig +++ b/srcpkgs/busybox/files/dotconfig @@ -1110,7 +1110,7 @@ CONFIG_ASH_TEST=y CONFIG_ASH_HELP=y CONFIG_ASH_GETOPTS=y CONFIG_ASH_CMDCMD=y -# CONFIG_CTTYHACK is not set +CONFIG_CTTYHACK=y # CONFIG_HUSH is not set # CONFIG_HUSH_BASH_COMPAT is not set # CONFIG_HUSH_BRACE_EXPANSION is not set diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index 986397d992b..9dc90e4daf1 100644 --- a/srcpkgs/busybox/template +++ b/srcpkgs/busybox/template @@ -1,7 +1,7 @@ # Template file for 'busybox' pkgname=busybox version=1.31.1 -revision=1 +revision=2 hostmakedepends="perl" checkdepends="zip" short_desc="Swiss Army Knife of Embedded Linux"