/etc/functions.sh => /lib/functions.sh
[openwrt/openwrt.git] / package / 6in4 / files / 6in4.sh
index 6e433ba9ad8aa6e40eef5237543a48e3cfb35a77..dd438601fa62159542b944bd661ffb6402af7360 100755 (executable)
@@ -3,7 +3,7 @@
 # Copyright (c) 2010 OpenWrt.org
 
 [ -n "$INCLUDE_ONLY" ] || {
-       . /etc/functions.sh
+       . /lib/functions.sh
        . ../netifd-proto.sh
        init_proto "$@"
 }