summaryrefslogtreecommitdiff
path: root/package/6to4/files/6to4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/6to4/files/6to4.sh')
-rwxr-xr-xpackage/6to4/files/6to4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/6to4/files/6to4.sh b/package/6to4/files/6to4.sh
index c9f97bd..c2e911a 100755
--- a/package/6to4/files/6to4.sh
+++ b/package/6to4/files/6to4.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2010-2012 OpenWrt.org
[ -n "$INCLUDE_ONLY" ] || {
- . /etc/functions.sh
+ . /lib/functions.sh
. ../netifd-proto.sh
init_proto "$@"
}