[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
This commit is contained in:
parent
7248297814
commit
c25ab373c3
3 changed files with 3 additions and 5 deletions
2
Makefile
2
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)\"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue