[package] babeld: upstream 1.0.1 release

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21336 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kerneis 2010-05-03 09:35:03 +00:00
parent 0c74ef730b
commit a39c665ec5
2 changed files with 2 additions and 17 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=babeld
PKG_VERSION:=0.98
PKG_VERSION:=1.0.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/
PKG_MD5SUM:=85af76e90914b82d9ece497e15df252f
PKG_MD5SUM:=b46b7f62bf8c213d5faffbe81c424e76
include $(INCLUDE_DIR)/package.mk

View File

@ -1,15 +0,0 @@
Tue Feb 23 14:24:12 CET 2010 Gabriel Kerneis <kerneis@pps.jussieu.fr>
* Add missing header in config.c
This is necessary to build with a 2.4 kernel. See rtnetlink(7).
diff -rN -u old-babeld/config.c new-babeld/config.c
--- old-babeld/config.c 2010-02-23 14:33:50.000000000 +0100
+++ new-babeld/config.c 2010-02-23 14:33:50.000000000 +0100
@@ -26,6 +26,7 @@
#ifndef __APPLE__
/* For RTPROT_BOOT */
+#include <asm/types.h>
#include <sys/socket.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>