[packages] /etc/functions.sh => /lib/functions.sh
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 5 Jun 2012 15:54:57 +0000 (15:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 5 Jun 2012 15:54:57 +0000 (15:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman-adv@32061 3c298f89-4303-0410-b956-a3cf2f4a3e73

files/lib/batman-adv/config.sh
files/usr/sbin/batman-adv

index b0cb4b4e67d34df46fdae45e437a1c4845e14ae1..49d63d639eae478417fc51b4ddf66a3544f33e2e 100644 (file)
@@ -4,7 +4,7 @@ bat_load_module()
 {
        [ -d "/sys/module/batman_adv/" ] && return
 
-       . /etc/functions.sh
+       . /lib/functions.sh
        load_modules /etc/modules.d/*-crc16 /etc/modules.d/*-batman-adv*
 }
 
index 93ae1b58f3c9c82007fdbdf9c071feb820dce255..ca9e603a2fd75f6d002ad6e7de4443673d5bf06a 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Copyright (C) 2011 OpenWrt.org
 
-. /etc/functions.sh
+. /lib/functions.sh
 . /lib/batman-adv/config.sh
 
 start_mesh() {