aboutsummaryrefslogtreecommitdiff
path: root/utils/beep
Commit message (Collapse)AuthorAge
* beep: fix dependency to support non-x86 target and kmod-gpio-beeperYanase Yuki2020-10-03
| | | | | | | | | | | | Beep is a target-independent software that can handle buzzers controlled by kmod-gpio-beeper. This change is useful for some non-x86 enterprise APs and development boards that have a buzzer connected to GPIO. Compile-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch Run-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* beep: add missing PKG_MIRROR_HASHYanase Yuki2020-10-03
| | | | Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* Update MakefileChris Blake2017-01-16
|
* util/beep: Add beep packageChris Blake2017-01-13
This adds the beep utility, which allows users to control a pc speaker device. Maintainer: me / @riptidewave93 Compile tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0 Run tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0. Verify program works. Signed-off-by: Chris Blake <chrisrblake93@gmail.com>