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