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
+23
View File
@@ -0,0 +1,23 @@
################################################################################
#
# liboping
#
################################################################################
LIBOPING_VERSION = 1.10.0
LIBOPING_SITE = http://noping.cc/files
LIBOPING_SOURCE = liboping-$(LIBOPING_VERSION).tar.bz2
LIBOPING_INSTALL_STAGING = YES
LIBOPING_CONF_OPTS = --without-perl-bindings
LIBOPING_LICENSE = LGPL-2.1+, GPL-2.0
LIBOPING_LICENSE_FILES = COPYING
LIBOPING_CPE_ID_VENDOR = noping
ifeq ($(BR2_PACKAGE_NCURSES),y)
LIBOPING_DEPENDENCIES += ncurses
LIBOPING_CONF_OPTS += --with-ncurses
else
LIBOPING_CONF_OPTS += --without-ncurses
endif
$(eval $(autotools-package))