From: Jo-Philipp Wich Date: Tue, 5 Jun 2012 15:54:57 +0000 (+0000) Subject: [packages] /etc/functions.sh => /lib/functions.sh X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=71679b5a5251bf04b02bc7e89997cb1f09a7cbac [packages] /etc/functions.sh => /lib/functions.sh git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman-adv@32061 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/files/lib/batman-adv/config.sh b/files/lib/batman-adv/config.sh index b0cb4b4..49d63d6 100644 --- a/files/lib/batman-adv/config.sh +++ b/files/lib/batman-adv/config.sh @@ -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* } diff --git a/files/usr/sbin/batman-adv b/files/usr/sbin/batman-adv index 93ae1b5..ca9e603 100644 --- a/files/usr/sbin/batman-adv +++ b/files/usr/sbin/batman-adv @@ -1,7 +1,7 @@ #!/bin/sh # Copyright (C) 2011 OpenWrt.org -. /etc/functions.sh +. /lib/functions.sh . /lib/batman-adv/config.sh start_mesh() {