Bump buildroot to 2019.02
This commit is contained in:
8
bsp/buildroot/package/openresolv/Config.in
Normal file
8
bsp/buildroot/package/openresolv/Config.in
Normal file
@@ -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
|
||||
3
bsp/buildroot/package/openresolv/openresolv.hash
Normal file
3
bsp/buildroot/package/openresolv/openresolv.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 96b3f84435a183426c622db7097a930fb0d48a99e82cd87ce83bd343b8c20574 openresolv-fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540.tar.gz
|
||||
sha256 d1f9dcd2dac4e095b14caab517cfe791a6e0785346164b7d0cafc13c714f8aa5 LICENSE
|
||||
24
bsp/buildroot/package/openresolv/openresolv.mk
Normal file
24
bsp/buildroot/package/openresolv/openresolv.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# openresolv
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENRESOLV_VERSION = fe4e1ec4e2be2adfc1530ade94ebb30aa6f51540
|
||||
OPENRESOLV_SITE = $(call github,rsmarples,openresolv,$(OPENRESOLV_VERSION))
|
||||
OPENRESOLV_LICENSE = BSD-2-Clause
|
||||
OPENRESOLV_LICENSE_FILES = LICENSE
|
||||
|
||||
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