bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

21
package/bmx7/bmx7.mk Normal file
View File

@@ -0,0 +1,21 @@
################################################################################
#
# bmx7
#
################################################################################
BMX7_VERSION = 7.1.1
BMX7_SITE = $(call github,bmx-routing,bmx7,v$(BMX7_VERSION))
BMX7_LICENSE = GPL-2.0
BMX7_LICENSE_FILES = LICENSE
BMX7_DEPENDENCIES = zlib mbedtls wireless_tools
define BMX7_BUILD_CMDS
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)/src
endef
define BMX7_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/src/bmx7 $(TARGET_DIR)/usr/bin/bmx7
endef
$(eval $(generic-package))