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:
21
package/bmx7/bmx7.mk
Normal file
21
package/bmx7/bmx7.mk
Normal 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))
|
||||
Reference in New Issue
Block a user