mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,13 +4,20 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WAVEMON_VERSION = 0.9.1
|
||||
WAVEMON_VERSION = 0.9.4
|
||||
WAVEMON_SITE = $(call github,uoaerg,wavemon,v$(WAVEMON_VERSION))
|
||||
WAVEMON_LICENSE = GPL-3.0+
|
||||
WAVEMON_LICENSE_FILES = COPYING
|
||||
WAVEMON_LICENSE_FILES = LICENSE
|
||||
WAVEMON_DEPENDENCIES = host-pkgconf libnl ncurses
|
||||
|
||||
# Handwritten Makefile.in, automake isn't used
|
||||
WAVEMON_MAKE_OPTS = CC="$(TARGET_CC)"
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCAP),y)
|
||||
WAVEMON_CONF_OPTS += --with-libcap
|
||||
WAVEMON_DEPENDENCIES += libcap
|
||||
else
|
||||
WAVEMON_CONF_OPTS += --without-libcap
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user