summaryrefslogtreecommitdiff
path: root/miscutils/beep.c
diff options
context:
space:
mode:
authorDenys Vlasenko2017-07-08 12:21:45 +0200
committerDenys Vlasenko2017-07-18 19:20:58 +0200
commit2f6dc07d8fe5cc3349b28ea3351baf050af750d5 (patch)
tree2c69fb0cceb62739e85c54f34f37fbf39e02fb72 /miscutils/beep.c
parent54916641be96b6b13e3df9b09dd5a78abefb612b (diff)
downloadbusybox-2f6dc07d8fe5cc3349b28ea3351baf050af750d5.zip
busybox-2f6dc07d8fe5cc3349b28ea3351baf050af750d5.tar.gz
beep: disallow FEATURE_BEEP_FREQ = 0 in configuration
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/beep.c')
-rw-r--r--miscutils/beep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/beep.c b/miscutils/beep.c
index 14802b5..216f694 100644
--- a/miscutils/beep.c
+++ b/miscutils/beep.c
@@ -16,7 +16,7 @@
//config:
//config:config FEATURE_BEEP_FREQ
//config: int "default frequency"
-//config: range 0 2147483647
+//config: range 20 50000 # allowing 0 here breaks the build
//config: default 4000
//config: depends on BEEP
//config: help