package/dhcpcd: bump to version 6.8.1
removed patch applied upstream Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6c92d4b895
commit
02466db45b
@ -1,25 +0,0 @@
|
||||
Fix Linux define
|
||||
|
||||
Fetched from upstream:
|
||||
http://roy.marples.name/projects/dhcpcd/ci/2cabc3efee4c18ca?sbs=0
|
||||
|
||||
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
|
||||
|
||||
Index: dhcpcd.h
|
||||
==================================================================
|
||||
--- /dhcpcd.h
|
||||
+++ /dhcpcd.h
|
||||
@@ -58,11 +58,11 @@
|
||||
|
||||
struct interface {
|
||||
struct dhcpcd_ctx *ctx;
|
||||
TAILQ_ENTRY(interface) next;
|
||||
char name[IF_NAMESIZE];
|
||||
-#ifdef __linux
|
||||
+#ifdef __linux__
|
||||
char alias[IF_NAMESIZE];
|
||||
#endif
|
||||
unsigned int index;
|
||||
unsigned int flags;
|
||||
sa_family_t family;
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Locally calculated from download (no sig, hash)
|
||||
sha256 cb65d3e783fa5484ed095bb940c3274a5a91d3ed4a9d9ae66a49d9637165bd98 dhcpcd-6.7.1.tar.bz2
|
||||
sha256 27b60cbf726a8319e6f1e7691132082c9cdac473317ea47cb093d0dd3d32af82 dhcpcd-6.8.1.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DHCPCD_VERSION = 6.7.1
|
||||
DHCPCD_VERSION = 6.8.1
|
||||
DHCPCD_SOURCE = dhcpcd-$(DHCPCD_VERSION).tar.bz2
|
||||
DHCPCD_SITE = http://roy.marples.name/downloads/dhcpcd
|
||||
DHCPCD_DEPENDENCIES = host-pkgconf
|
||||
|
Loading…
Reference in New Issue
Block a user