initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
config BR2_PACKAGE_LIBCODEC2
bool "libcodec2"
help
Codec2 is an open source low bit rate speech codec designed
for communications quality speech between 700 and 3200 bit/s.
http://rowetel.com/codec2.html
if BR2_PACKAGE_LIBCODEC2
config BR2_PACKAGE_LIBCODEC2_EXAMPLES
bool "libcodec2_examples"
help
Install Codec2 examples.
endif