initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_MINICOM
|
||||
bool "minicom"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU # fork
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
Minicom is a menu driven communications program. It emulates
|
||||
ANSI and VT102 terminals. It has a dialing directory and auto
|
||||
zmodem download.
|
||||
|
||||
https://salsa.debian.org/minicom-team/minicom
|
||||
|
||||
comment "minicom needs a toolchain w/ wchar"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 38cea30913a20349326ff3f1763ee1512b7b41601c24f065f365e18e9db0beba minicom-2.8.tar.bz2
|
||||
sha256 cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15 COPYING
|
||||
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# minicom
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MINICOM_VERSION = 2.8
|
||||
MINICOM_SOURCE = minicom-$(MINICOM_VERSION).tar.bz2
|
||||
MINICOM_SITE = \
|
||||
https://salsa.debian.org/minicom-team/minicom/-/archive/$(MINICOM_VERSION)
|
||||
MINICOM_LICENSE = GPL-2.0+
|
||||
MINICOM_LICENSE_FILES = COPYING
|
||||
MINICOM_CPE_ID_VENDOR = minicom_project
|
||||
|
||||
MINICOM_DEPENDENCIES = ncurses $(if $(BR2_ENABLE_LOCALE),,libiconv) \
|
||||
$(TARGET_NLS_DEPENDENCIES) host-pkgconf
|
||||
|
||||
MINICOM_CONF_OPTS = \
|
||||
--enable-dfl-port=/dev/ttyS1 \
|
||||
--enable-lock-dir=/var/lock
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user