From 75a299db504b662cf00e22e73215ab9f26204dc5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich 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/ltq-dsl-app/files/dsl_notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/ltq-dsl-app/files') diff --git a/package/ltq-dsl-app/files/dsl_notify.sh b/package/ltq-dsl-app/files/dsl_notify.sh index f440450f0f..5e9f3964e8 100644 --- a/package/ltq-dsl-app/files/dsl_notify.sh +++ b/package/ltq-dsl-app/files/dsl_notify.sh @@ -9,7 +9,7 @@ [ "$DSL_NOTIFICATION_TYPE" = "DSL_INTERFACE_STATUS" ] || exit 0 -. /etc/functions.sh +. /lib/functions.sh include /lib/network scan_interfaces -- cgit v1.2.3