diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-05 16:04:23 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-05 16:04:23 +0000 |
commit | aa44be4505a2a98c53833914dc95a470a0505b20 (patch) | |
tree | 6cf1592b9934654ae843a65fc381c7d42f493735 /package/6to4/files/6to4.hotplug | |
parent | 6255930f93fb646e71046b7ceca18a8a6c8bc544 (diff) |
[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/6to4/files/6to4.hotplug')
-rw-r--r-- | package/6to4/files/6to4.hotplug | 2 |
1 files changed, 1 insertions, 1 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 |