update batman package to 0.3.1 release
authormarek <marek@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Jan 2009 19:10:26 +0000 (19:10 +0000)
committermarek <marek@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Jan 2009 19:10:26 +0000 (19:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14183 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/batman/Makefile

index 566fe0f..668c888 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=batmand
-PKG_REV:=1145
+PKG_REV:=1206
 PKG_VERSION:=r$(PKG_REV)
 PKG_RELEASE:=1
 #PKG_BRANCH:=batman-0.3
@@ -28,7 +28,7 @@ PKG_KMOD_BUILD_DIR:=$(PKG_BUILD_DIR)/linux/modules
 include $(INCLUDE_DIR)/package.mk
 
 define Package/batmand/Default
-  URL:=https://www.open-mesh.net/
+  URL:=http://www.open-mesh.net/
   MAINTAINER:=Marek Lindner <lindner_marek@yahoo.de>
 endef