From c25ab373c353f84f30498c5dad84d14308a4cb4c Mon Sep 17 00:00:00 2001 From: Marek Lindner Date: Mon, 8 Jun 2009 09:12:24 +0000 Subject: [PATCH] [batman] removing batman-adv userspace as it is not supported anymore (see: http://www.open-mesh.net/changeset/1283) git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman@16376 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 +- files/etc/init.d/batmand | 3 +-- files/etc/init.d/vis | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 052039b..658fa6f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=batmand -PKG_REV:=1267 +PKG_REV:=1289 PKG_VERSION:=r$(PKG_REV) PKG_RELEASE:=1 PKG_EXTRA_CFLAGS=-DDEBUG_MALLOC -DMEMORY_USAGE -DPROFILE_DATA -DREVISION_VERSION=\"\ rv$(PKG_REV)\" diff --git a/files/etc/init.d/batmand b/files/etc/init.d/batmand index 411f025..403e9f3 100644 --- a/files/etc/init.d/batmand +++ b/files/etc/init.d/batmand @@ -1,7 +1,6 @@ #!/bin/sh /etc/rc.common START=90 -. /lib/config/uci.sh -uci_load batmand + start () { interface=$(uci get batmand.general.interface) if [ "$interface" = "" ]; then diff --git a/files/etc/init.d/vis b/files/etc/init.d/vis index 26db938..ef18eb7 100644 --- a/files/etc/init.d/vis +++ b/files/etc/init.d/vis @@ -1,7 +1,6 @@ #!/bin/sh /etc/rc.common START=90 -. /lib/config/uci.sh -uci_load vis + start () { interface=$(uci get vis.general.interface) if [ "$interface" = "" ]; then -- 2.35.1