diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-25 23:06:29 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-25 23:06:29 +0200 |
commit | c663498aac2a82e73e8cc3d604a1637502a49e21 (patch) | |
tree | bb466519224f2e2c959a103a7f09a4987f318f38 /package/hal/hal02-include-ieee80211-fix.patch | |
parent | 43a2e623870e0b5c562794f632b3e27eaac5e900 (diff) | |
download | buildroot-novena-c663498aac2a82e73e8cc3d604a1637502a49e21.tar.gz buildroot-novena-c663498aac2a82e73e8cc3d604a1637502a49e21.zip |
package: remove hal
Hal is deprecated upstream, our package has not seen any significant
work since it was added in 2007, nothing depends on it and it's blocking
a long-overdue udev update.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/hal/hal02-include-ieee80211-fix.patch')
-rw-r--r-- | package/hal/hal02-include-ieee80211-fix.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/hal/hal02-include-ieee80211-fix.patch b/package/hal/hal02-include-ieee80211-fix.patch deleted file mode 100644 index 9e7b5e249..000000000 --- a/package/hal/hal02-include-ieee80211-fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur hal-0.5.8/hald/linux/classdev.c hal-0.5.8-patched/hald/linux/classdev.c ---- hal-0.5.8/hald/linux/classdev.c 2006-09-11 18:32:56.000000000 -0500 -+++ hal-0.5.8-patched/hald/linux/classdev.c 2007-01-13 22:00:46.896769548 -0600 -@@ -32,7 +32,10 @@ - #include <ctype.h> - #include <limits.h> - #include <linux/types.h> --#include <net/if_arp.h> /* for ARPHRD_... */ -+#include <linux/if_arp.h> /* for ARPHRD_... */ -+#ifndef ARPHRD_IEEE80211_RADIOTAP -+# define ARPHRD_IEEE80211_RADIOTAP 803 -+#endif - #include <stdlib.h> - #include <string.h> - #include <stdint.h> |