From aa44be4505a2a98c53833914dc95a470a0505b20 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 5 Jun 2012 16:04:23 +0000 Subject: [package] /etc/functions.sh => /lib/functions.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32062 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/netifd/files/lib/netifd/dhcp.script | 2 +- package/netifd/files/lib/netifd/proto/dhcp.sh | 2 +- package/netifd/files/sbin/ifup | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'package/netifd') diff --git a/package/netifd/files/lib/netifd/dhcp.script b/package/netifd/files/lib/netifd/dhcp.script index d13ce7ec7..0097a96f8 100755 --- a/package/netifd/files/lib/netifd/dhcp.script +++ b/package/netifd/files/lib/netifd/dhcp.script @@ -1,7 +1,7 @@ #!/bin/sh [ -z "$1" ] && echo "Error: should be run by udhcpc" && exit 1 -. /etc/functions.sh +. /lib/functions.sh . /lib/netifd/netifd-proto.sh set_classless_routes() { diff --git a/package/netifd/files/lib/netifd/proto/dhcp.sh b/package/netifd/files/lib/netifd/proto/dhcp.sh index 4bdb3a7d0..1080dbf5e 100755 --- a/package/netifd/files/lib/netifd/proto/dhcp.sh +++ b/package/netifd/files/lib/netifd/proto/dhcp.sh @@ -1,6 +1,6 @@ #!/bin/sh -. /etc/functions.sh +. /lib/functions.sh . ../netifd-proto.sh init_proto "$@" diff --git a/package/netifd/files/sbin/ifup b/package/netifd/files/sbin/ifup index e17b67de5..0d2a3ca10 100755 --- a/package/netifd/files/sbin/ifup +++ b/package/netifd/files/sbin/ifup @@ -51,7 +51,7 @@ else fi if [ -n "$setup_wifi" ] && grep -q config /etc/config/wireless; then - . /etc/functions.sh + . /lib/functions.sh find_related_radios() { local wdev wnet -- cgit v1.2.3