mirror of
https://github.com/openwrt/routing.git
synced 2026-07-16 23:21:54 +04:00
[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
This commit is contained in:
@@ -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*
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2011 OpenWrt.org
|
||||
|
||||
. /etc/functions.sh
|
||||
. /lib/functions.sh
|
||||
. /lib/batman-adv/config.sh
|
||||
|
||||
start_mesh() {
|
||||
|
||||
Reference in New Issue
Block a user