diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-21 14:10:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-21 14:10:17 +0000 |
commit | 49215dddb6eb715823be0e4b21bba37a8fd55ad3 (patch) | |
tree | 13e4ac2131400d03a673aac9d5f475bae6829198 /main/busybox/busyboxconfig | |
parent | 4f53083405e28b13463689bc983289d477b0ea35 (diff) | |
download | aports-49215dddb6eb715823be0e4b21bba37a8fd55ad3.tar.bz2 aports-49215dddb6eb715823be0e4b21bba37a8fd55ad3.tar.xz |
busybox: backport the beep applet from git
Diffstat (limited to 'main/busybox/busyboxconfig')
-rw-r--r-- | main/busybox/busyboxconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index fd46cfe779..4c250ac7d4 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.14.3 -# Wed Aug 19 08:31:14 2009 +# Fri Aug 21 13:55:23 2009 # CONFIG_HAVE_DOT_CONFIG=y @@ -551,6 +551,8 @@ CONFIG_FEATURE_MOUNT_LOOP=y CONFIG_ADJTIMEX=y CONFIG_BBCONFIG=y CONFIG_BEEP=y +CONFIG_FEATURE_BEEP_FREQ=440 +CONFIG_FEATURE_BEEP_LENGTH=200 # CONFIG_CHAT is not set # CONFIG_FEATURE_CHAT_NOFAIL is not set # CONFIG_FEATURE_CHAT_TTY_HIFI is not set |