initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_OPENRESOLV
|
||||
bool "openresolv"
|
||||
help
|
||||
openresolv is a resolvconf implementation which
|
||||
manages resolv.conf. This tool provides a dns management
|
||||
framework to track currently available nameservers.
|
||||
|
||||
https://roy.marples.name/projects/openresolv
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 96b573e26d145f208d3758c2cd6fbf824b01005fc4cb7cedbdae29b3a3c8cb02 openresolv-3.12.0.tar.gz
|
||||
sha256 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0 LICENSE
|
||||
@@ -0,0 +1,25 @@
|
||||
################################################################################
|
||||
#
|
||||
# openresolv
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENRESOLV_VERSION = 3.12.0
|
||||
OPENRESOLV_SITE = $(call github,rsmarples,openresolv,openresolv-$(OPENRESOLV_VERSION))
|
||||
OPENRESOLV_LICENSE = BSD-2-Clause
|
||||
OPENRESOLV_LICENSE_FILES = LICENSE
|
||||
OPENRESOLV_CPE_ID_VENDOR = openresolv_project
|
||||
|
||||
define OPENRESOLV_CONFIGURE_CMDS
|
||||
cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure --sysconfdir=/etc
|
||||
endef
|
||||
|
||||
define OPENRESOLV_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define OPENRESOLV_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR="$(TARGET_DIR)" install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user