add simple beep applet

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Bernhard Reutner-Fischer
2009-08-21 13:18:31 +02:00
parent e10db56aa3
commit 45de0746b3
5 changed files with 137 additions and 0 deletions

View File

@@ -19,6 +19,12 @@ config BBCONFIG
The bbconfig applet will print the config file with which
busybox was built.
config BEEP
bool "beep"
default n
help
The beep applets beeps in a given freq/Hz.
config CHAT
bool "chat"
default n