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