[package] babel: new upstream release

30 January 2011: babeld 1.1.0:

  * INCOMPATIBLE CHANGE: the UDP port number and multicast group have
    been changed to be the ones allocated by IANA.
  * Initial port to OpenBSD, by Vincent Gross.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25345 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kerneis 2011-02-03 17:53:16 +00:00
parent 7bc5c4e3fc
commit ba3426ea42
2 changed files with 4 additions and 4 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=babeld
PKG_VERSION:=1.0.2
PKG_VERSION:=1.1.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/
PKG_MD5SUM:=5ac316cb3311a36ec43622bebb668f7a
PKG_MD5SUM:=0627cdc9a5ce77a032c4399c3fa64bd1
include $(INCLUDE_DIR)/package.mk

View File

@ -1,8 +1,8 @@
package babeld
config general
# option 'multicast_address' 'ff02::cca6:c0f9:e182:5373'
# option 'port' '8475'
# option 'multicast_address' 'ff02:0:0:0:0:0:1:6'
# option 'port' '6697'
# option 'state_file' '/var/lib/babel-state'
# option 'hello_interval' '4'
# option 'wired_hello_interval' '20'