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
+17
View File
@@ -0,0 +1,17 @@
config BR2_PACKAGE_IPTRAF_NG
bool "iptraf-ng"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
select BR2_PACKAGE_NCURSES
help
IPTraf-ng is a console-based network monitoring program for
Linux that gathers displays information about IP traffic.
https://github.com/iptraf-ng/iptraf-ng
IPTraf-ng is a fork of original IPTraf v3.0.0
(http://iptraf.seul.org).
comment "iptraf-ng needs a toolchain w/ kernel headers >= 3.14"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14