diff options
Diffstat (limited to 'package/6to4')
-rw-r--r-- | package/6to4/files/6to4.hotplug | 2 | ||||
-rwxr-xr-x | package/6to4/files/6to4.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/6to4/files/6to4.hotplug b/package/6to4/files/6to4.hotplug index 202a3c737c..48ac9c1b81 100644 --- a/package/6to4/files/6to4.hotplug +++ b/package/6to4/files/6to4.hotplug @@ -1,7 +1,7 @@ #!/bin/sh if [ "$ACTION" = ifup ]; then - . /etc/functions.sh + . /lib/functions.sh INCLUDE_ONLY=1 . /lib/netifd/proto/6to4.sh diff --git a/package/6to4/files/6to4.sh b/package/6to4/files/6to4.sh index c9f97bd778..c2e911a6ef 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 "$@" } |