From a31503366c6ec6afdd63ef82f750b2e52503de81 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 5 Aug 2008 06:38:06 +0000 Subject: [PATCH] batman: switch to a more recent trunk version, which fixes the build for 2.6.26. also move the build directory to the right place SVN-Revision: 12123 --- net/batman/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/batman/Makefile b/net/batman/Makefile index bb79bc6a07..a0350b73ca 100644 --- a/net/batman/Makefile +++ b/net/batman/Makefile @@ -7,25 +7,25 @@ # $Id$ include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=batmand -PKG_REV:=1099 +PKG_REV:=1105 PKG_VERSION:=r$(PKG_REV) PKG_RELEASE:=1 -PKG_BRANCH:=batman-0.3 +#PKG_BRANCH:=batman-0.3 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_SOURCE_SUBDIR:=$(PKG_BRANCH)-$(PKG_VERSION) -PKG_SOURCE_URL:=http://downloads.open-mesh.net/svn/batman/tags/$(PKG_BRANCH) +PKG_SOURCE_SUBDIR:=$(if $(PKG_BRANCH),$(PKG_BRANCH),$(PKG_NAME))-$(PKG_VERSION) +PKG_SOURCE_URL:=http://downloads.open-mesh.net/svn/batman/$(if $(PKG_BRANCH),tags/$(PKG_BRANCH),trunk/batman/) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) +PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_SOURCE_SUBDIR) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install PKG_KMOD_BUILD_DIR:=$(PKG_BUILD_DIR)/linux/modules include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/kernel.mk define Package/batmand/Default URL:=https://www.open-mesh.net/ -- 2.30.2