The old URL gives 403 forbidden. Use a working sourceforge URL. Fixes: http://autobuild.buildroot.org/results/c0c3945cade7a6d7a615ac23523c93b02dbb056f Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 77512bba98e09c7231a2629652e464dbf882fd23) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
config BR2_PACKAGE_AUMIX
|
|
bool "aumix"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
aumix is a small, easy-to-use program to control the mixer
|
|
of your sound card. It runs in text mode using the ncurses
|
|
library, or from the command line (non-interactively).
|
|
It can read default settings from a file, and it can also
|
|
automatically save and restore the mixer settings at shutdown
|
|
and boot.
|
|
|
|
https://sourceforge.net/projects/aumix/
|