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
+18
View File
@@ -0,0 +1,18 @@
config BR2_PACKAGE_MG
bool "mg"
depends on BR2_USE_MMU # fork()
help
Emacs-like text editor (130 kiB)
Mg is a MicroEMACS clone with the goal of being compatible
with GNU Emacs, because there should never be any reason to
learn more than one Emacs flavor.
Unlike many other editors it does not require ncurses, only a
standard C library, making it suitable for really small and
embedded systems.
This version is based on mg2a from OpenBSD, with more features
and, in particular, no requirement on ncurses or termcap.
https://github.com/troglobit/mg/