• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/faifa/0002-hpav_cfg.c-do-not-include-linux-if_ether.h-for-musl-.patch
Bernd KuhlsBernd Kuhls committed 5c8ad2644fb30 Jan 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 36eed08a3783df6bb8d92d3c80cd47d0660eeb12 Mon Sep 17 00:00:00 2001
2
From: Bernd Kuhls <bernd.kuhls@t-online.de>
3
Date: Sat, 30 Jan 2016 16:27:37 +0100
4
Subject: [PATCH 1/1] hpav_cfg.c: do not include linux/if_ether.h for musl
5
 compatibility
6
​
7
Fixes a build issue with the musl C library
8
http://autobuild.buildroot.net/results/dc6/dc6e4d7327d2031ef921cccd814605dec73a0f9c/build-end.log
9
​
10
Patch sent upstream: https://github.com/ffainelli/faifa/pull/13
11
​
12
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
13
---
14
 hpav_cfg.c | 2 --
15
 1 file changed, 2 deletions(-)
16
​
17
diff --git a/hpav_cfg.c b/hpav_cfg.c
18
index 7cc53af..45d3f0a 100644
19
--- a/hpav_cfg.c
20
+++ b/hpav_cfg.c
21
@@ -53,8 +53,6 @@
22
 #include <arpa/inet.h>
23
 #include <net/if.h>
24
 
25
-#include <linux/if_ether.h>
26
-
27
 #include "homeplug_av.h"
28
 #include "crypto.h"
29
 
30
-- 
31
2.7.0.rc3
32
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.