diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 17:22:54 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-20 22:38:50 +0200 |
commit | 02466db45ba697d5d03f0cee9f4d5c65d49f73ed (patch) | |
tree | a1a8f64a15379f18c94a5e0fa5eb24ee37ecb9b9 /package/dhcpcd/0001-fix-linux-macro-name.patch | |
parent | 6c92d4b89563d8396b74e0a0467d30805a4bb26f (diff) | |
download | buildroot-02466db45ba697d5d03f0cee9f4d5c65d49f73ed.tar.gz buildroot-02466db45ba697d5d03f0cee9f4d5c65d49f73ed.zip |
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>
Diffstat (limited to 'package/dhcpcd/0001-fix-linux-macro-name.patch')
-rw-r--r-- | package/dhcpcd/0001-fix-linux-macro-name.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/package/dhcpcd/0001-fix-linux-macro-name.patch b/package/dhcpcd/0001-fix-linux-macro-name.patch deleted file mode 100644 index 18dbb10dfd..0000000000 --- a/package/dhcpcd/0001-fix-linux-macro-name.patch +++ /dev/null @@ -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; - |