aboutsummaryrefslogtreecommitdiffstats
path: root/package/qos-scripts
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-06-05 16:04:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-06-05 16:04:23 +0000
commit75a299db504b662cf00e22e73215ab9f26204dc5 (patch)
tree6cf1592b9934654ae843a65fc381c7d42f493735 /package/qos-scripts
parent9f6ef16bdc7b4da0ce9501c08b942df0a86cff0a (diff)
downloadupstream-75a299db504b662cf00e22e73215ab9f26204dc5.tar.gz
upstream-75a299db504b662cf00e22e73215ab9f26204dc5.tar.bz2
upstream-75a299db504b662cf00e22e73215ab9f26204dc5.zip
[package] /etc/functions.sh => /lib/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/qos-scripts')
-rwxr-xr-xpackage/qos-scripts/files/usr/bin/qos-stat2
-rwxr-xr-xpackage/qos-scripts/files/usr/lib/qos/generate.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/qos-scripts/files/usr/bin/qos-stat b/package/qos-scripts/files/usr/bin/qos-stat
index 8a39df0847..78d163888b 100755
--- a/package/qos-scripts/files/usr/bin/qos-stat
+++ b/package/qos-scripts/files/usr/bin/qos-stat
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) 2011 OpenWrt.org
-. /etc/functions.sh
+. /lib/functions.sh
include /lib/network
diff --git a/package/qos-scripts/files/usr/lib/qos/generate.sh b/package/qos-scripts/files/usr/lib/qos/generate.sh
index bb1d7ed111..440b43f5d1 100755
--- a/package/qos-scripts/files/usr/lib/qos/generate.sh
+++ b/package/qos-scripts/files/usr/lib/qos/generate.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-[ -e /etc/functions.sh ] && . /etc/functions.sh || . ./functions.sh
+[ -e /lib/functions.sh ] && . /lib/functions.sh || . ./functions.sh
[ -x /sbin/modprobe ] && {
insmod="modprobe"
rmmod="$insmod -r"