[batman] removing batman-adv userspace as it is not supported anymore (see: http...
authorMarek Lindner <lindner_marek@yahoo.de>
Mon, 8 Jun 2009 09:12:24 +0000 (09:12 +0000)
committerMarek Lindner <lindner_marek@yahoo.de>
Mon, 8 Jun 2009 09:12:24 +0000 (09:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman@16376 3c298f89-4303-0410-b956-a3cf2f4a3e73

Makefile
files/etc/init.d/batmand
files/etc/init.d/vis

index 052039b5cf5db3331386cd3d01380222edaa9723..658fa6fe8e9568d98c22a0f673148903d9bfa102 100644 (file)
--- 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)\"
index 411f0250251e6878e3862d9e252db943d84e41ac..403e9f39a0796ec8353f94e4544a582f59342c3b 100644 (file)
@@ -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
index 26db938fdc3f72f6e3daa301d290996f39f0a621..ef18eb718c7902249c7ea52a3d2adb73974a564a 100644 (file)
@@ -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