Hi, Marek Lindner.
As far as I understand the current trunk should not exhibit this behaviour which gives me the impression that you are not running the latest version. You downloaded the devel package but did you also adjust the Makefile's SVN revision to your liking ?
This is my Makefile ~/openwrt/trunk/feeds/batman/batman-adv-devel/Makefile --------------------------------------------------------------------------------------------------------------- # # Copyright (C) 2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # $Id: Makefile 5624 2006-11-23 00:29:07Z nbd $
include $(TOPDIR)/rules.mk
PKG_NAME:=batman-adv-devel
PKG_REV:=1729
PKG_VERSION:=r$(PKG_REV) PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_URL:=http://downloads.open-mesh.org/svn/batman/trunk PKG_SOURCE_SUBDIR:=$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz ---------------------------------------------------------------------------------------------------------------
My update procedure is cd openwrt/trunk ./script/feeds update
.... Is this wrong? :-s
Thanks, Kazuki Shimada
Regards, Marek